Ecosia language switcher
Ecosia language switcher
What is Ecosia language switcher?
Ecosia language switcher is a Chrome extension developed by https://matthieubergel.org, and its main feature is "Ecosia language switcher".
Extension Screenshots
Download Ecosia language switcher Extension CRX File
Download Ecosia language switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enhances Ecosia's standard language widget by adding keyboard-friendly filtering capabilities. Start typing your search region / country, and select among the results.
Extension Basic Information
Name | Ecosia language switcher |
ID | ahpbjigmmihlomifamfhleiopkemoala |
Official URL | https://chromewebstore.google.com/detail/ecosia-language-switcher/ahpbjigmmihlomifamfhleiopkemoala |
Description | Ecosia language switcher |
File Size | 163 KB |
Installation Count | 45 |
Current Version | 1.1.0 |
Last Updated | 2019-05-18 |
Publish Date | 2019-05-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://matthieubergel.org |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mlbrgl/ecosia-lang-switcher |
Help Page URL | https://github.com/mlbrgl/ecosia-lang-switcher |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Ecosia language switcher", "name": "Ecosia language switcher", "version": "1.1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.ecosia.org\/search*" ], "js": [ "app.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "cookies", "https:\/\/www.ecosia.org\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |