Difference between revisions of "Chrome"
Line 1: | Line 1: | ||
+ | The Chrome add-on is still under development and may be missing some features present in our other add-on platforms. It is usable though and we encourage anyone interested in Chrome to test it. | ||
+ | |||
+ | == Requirements == | ||
+ | |||
+ | The add-on requires [http://www.google.com/chrome/eula.html?extra=devchannel a current development version of Chrome] (≥ 4.0.220.1). 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. | ||
+ | |||
[[File:Chrome v0 2.png|300px|thumb|right]] | [[File:Chrome v0 2.png|300px|thumb|right]] | ||
[[File:Chrome toolstrip v0 2.png|300px|thumb|right]] | [[File:Chrome toolstrip v0 2.png|300px|thumb|right]] | ||
− | + | ||
+ | == 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 [http://www.gnu.org/copyleft/gpl.html the GNU General Public License] for more details. | ||
+ | |||
+ | Please notice that [http://www.mywot.com/terms the WOT Terms of Service] also apply to using all of our services. If you use the software or the API as a part of your own application or redistribute and modify the software, [http://www.mywot.com/terms the API Terms of Service] apply too. | ||
+ | |||
+ | == Downloads == | ||
+ | |||
+ | You can [http://www.mywot.com/files/downloads/wot-20091008.crx install the add-on] if you are running Chrome or [http://www.mywot.com/files/downloads/wot-20091008-chrome.tar.gz download the source code] in a more convenient format. After installing, you can always update to the latest version by opening chrome://extensions in Chrome and pressing the "Update all extensions now" button. | ||
+ | |||
[[Category:Browsers]] | [[Category:Browsers]] | ||
+ | |||
+ | == Development notes == | ||
+ | |||
+ | * We currently use a toolstrip and a mole for the toolbar button and the rating window, but are looking into using [http://code.google.com/p/chromium/wiki/BrowserActions Browser Actions] in future. | ||
+ | * The add-on determines the user interface language using [http://code.google.com/chrome/extensions/i18n.html 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, you can [mailto:support@mywot.com email us] patches for improvements and bug fixes. |
Revision as of 11:01, 8 October 2009
The Chrome add-on is still under development and may be missing some features present in our other add-on platforms. 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 (≥ 4.0.220.1). 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 WOT Terms of Service also apply to using all of our 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
You can install the add-on if you are running Chrome or download the source code in a more convenient format. After installing, you can always update to the latest version by opening chrome://extensions in Chrome and pressing the "Update all extensions now" button.
Development notes
- We currently use a toolstrip and a mole for the toolbar button and the rating window, but are looking into using Browser Actions in future.
- 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, you can email us patches for improvements and bug fixes.