Ecosia Count Trees
Counts how many trees you have planted while using Ecosia.
Ecosia Count Treesとは何ですか?
Ecosia Count Treesはnake89によって開発されたChromeの拡張機能で、その主な機能は「Counts how many trees you have planted while using Ecosia.」です。
拡張機能のスクリーンショット
Ecosia Count Trees拡張機能のCRXファイルをダウンロード
Ecosia Count Trees拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Counts how many trees you have planted and how many searches left to plant next tree.
拡張機能の基本情報
名前 | Ecosia Count Trees |
ID | ahfaljmpjgbkmbldipgdldgiiimdphec |
公式URL | https://chromewebstore.google.com/detail/ecosia-count-trees/ahfaljmpjgbkmbldipgdldgiiimdphec |
説明 | Counts how many trees you have planted while using Ecosia. |
ファイルサイズ | 18.74 KB |
インストール数 | 241 |
現在のバージョン | 1.0 |
最終更新日 | 2021-03-25 |
公開日 | 2021-03-24 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | nake89 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nake89/ecosia-count-trees-chrome |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ecosia Count Trees", "version": "1.0", "description": "Counts how many trees you have planted while using Ecosia.", "icons": { "16": "\/icons\/ecosia16.png", "32": "\/icons\/ecosia32.png", "48": "\/icons\/ecosia48.png", "128": "\/icons\/ecosia128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ecosia.org\/*" ], "js": [ "ecosia_trees.js" ] } ] } |