Difference between revisions of "Chrome"

From WOT Wiki
Jump to: navigation, search
(0.9.2)
(0.9.3)
Line 11: Line 11:
  
 
== Downloads ==
 
== Downloads ==
* [http://www.mywot.com/files/downloads/wot-20091201.crx Download version 0.9.2]
+
* [http://www.mywot.com/files/downloads/wot-20091202.crx Download version 0.9.3]
  
 
After installing, you can always update to the latest supported version by opening chrome://extensions and pressing the "Update all extensions now" button.
 
After installing, you can always update to the latest supported version by opening chrome://extensions and pressing the "Update all extensions now" button.
Line 21: Line 21:
  
 
== Version history ==
 
== Version history ==
 +
* 0.9.3 ([http://www.mywot.com/files/downloads/wot-20091202-chrome.tar.gz source code])
 +
** Fixed scrollbar flickering on the rating window.
 +
** Set the [http://codereview.chromium.org/412008 all_frames] property for content scripts in anticipation to upcoming changes.
 
* 0.9.2 ([http://www.mywot.com/files/downloads/wot-20091201-chrome.tar.gz source code])
 
* 0.9.2 ([http://www.mywot.com/files/downloads/wot-20091201-chrome.tar.gz source code])
 
** Fixes to api.link for a large number of targets.
 
** Fixes to api.link for a large number of targets.

Revision as of 11:51, 2 December 2009

Version ≥ 0.7 uses the Browser Actions API.

The Chrome add-on is still under development and may be missing some features present in our other add-ons. It is usable though and we encourage anyone interested in Chrome to test it.

Requirements

The add-on requires a current development version of Chrome. It's been tested on the Windows version of Chrome, but should also work on Linux and Mac versions once their add-on support reaches the same level.

Terms and conditions

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Please notice that the Terms of Service apply to all WOT services. If you use the software or the API as a part of your own application or redistribute and modify the software, the API Terms of Service apply too.

Downloads

After installing, you can always update to the latest supported version by opening chrome://extensions and pressing the "Update all extensions now" button.

Development notes

  • The add-on determines the user interface language using the i18n.getAcceptLanguages API. Therefore, depending on your configuration, the selected language may not match Chrome's user interface.

If you are interested in participating in the development process, you are welcome to email us patches for improvements and bug fixes.

Version history

  • 0.9.3 (source code)
    • Fixed scrollbar flickering on the rating window.
    • Set the all_frames property for content scripts in anticipation to upcoming changes.
  • 0.9.2 (source code)
    • Fixes to api.link for a large number of targets.
  • 0.9.1 (source code)
    • Fixed the browser actions icon when multiple browser windows are used
  • 0.9 (source code)
    • Updated manifest to match the current documentation, added icons for the extension
    • Uploaded to Google's extensions gallery
  • 0.8 (source code)
    • Supports Chrome ≥ 4.0.226.0
    • Switched to using imageData for chrome.browserActions.setIcon, because using iconIndex was deprecated last week
    • Added an options page, which redirects to the actual settings
  • 0.7 (source code)
    • Supports Chrome ≥ 4.0.223.5 (-ish)
    • Removed the toolstrip and switched to using Browser Actions instead
  • 0.6 (source code)
    • Added a few sanity checks for synchronizing to api.reload
    • Added more error logging to critical functions in api.js and in content scripts
  • 0.5 (source code)
    • First public release