Difference between revisions of "Chrome"

From WOT Wiki
Jump to: navigation, search
(1.0)
(1.0.1)
Line 8: Line 8:
  
 
== Downloads ==
 
== Downloads ==
* [https://chrome.google.com/extensions/detail/bhmmomiinigofkjcapegjjndpbikblnp Download the add-on] from Google Chrome Extensions or if you have problems installing from Google's website, [http://www.mywot.com/files/downloads/wot-20100126.crx download the latest version] from our website.
+
* [https://chrome.google.com/extensions/detail/bhmmomiinigofkjcapegjjndpbikblnp Download the add-on] from Google Chrome Extensions or if you have problems installing from Google's website, [http://www.mywot.com/files/downloads/wot-20100215.crx download the latest version] from our website.
  
 
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 16: Line 16:
  
 
== Version history ==
 
== Version history ==
 +
* 1.0.1 ([http://www.mywot.com/files/downloads/wot-20100215-chrome.tar.gz source code])
 +
** Uses default values for settings if localStorage.getItem throws an exception, which it apparently does for missing items in the latest dev release (should return null according to specs...).
 
* 1.0 ([http://www.mywot.com/files/downloads/wot-20100126-chrome.tar.gz source code])
 
* 1.0 ([http://www.mywot.com/files/downloads/wot-20100126-chrome.tar.gz source code])
 
** Supports Chrome ≥ 4.0.249.64
 
** Supports Chrome ≥ 4.0.249.64

Revision as of 08:12, 15 February 2010

Version ≥ 0.7 uses the Browser Actions API.

The add-on requires Chrome 4 or later. It's been tested on Windows and Linux versions of Chrome, but should also work on Mac once its 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

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

Version history

  • 1.0.1 (source code)
    • Uses default values for settings if localStorage.getItem throws an exception, which it apparently does for missing items in the latest dev release (should return null according to specs...).
  • 1.0 (source code)
    • Supports Chrome ≥ 4.0.249.64
    • Switched from our own localization code to using i18n.getMessage
    • Upgraded to jQuery 1.4.1
  • 0.9.6 (source code)
    • Colorblind accessible user interface.
  • 0.9.5 (source code)
    • Switched to bigger 19x19px icons for the browser action.
  • 0.9.4 (source code)
    • Fixed the "Add your comment" link on the rating window to open only one tab.
  • 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