planternative
This extension replaces meaty words with the truth
planternativeとは何ですか?
planternativeはhttps://planternative.comによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces meaty words with the truth」です。
拡張機能のスクリーンショット
planternative拡張機能のCRXファイルをダウンロード
planternative拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Language is a powerful tool. It makes up the tracks for our train of thoughts without whom we would be stuck. The bulk of these tracks was layed centuries ago and therefor may lead to places not worth visiting in our modern age. It takes a long time to lay new tracks and retire old ones, here is where we come in.
拡張機能の基本情報
名前 | planternative |
ID | kfclcnhoankhmncphjplefbcajkioljk |
公式URL | https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk |
説明 | This extension replaces meaty words with the truth |
ファイルサイズ | 332 KB |
インストール数 | 39 |
現在のバージョン | 1.0.13 |
最終更新日 | 2017-11-09 |
公開日 | 2017-11-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://planternative.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://planternative.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "planternative", "description": "This extension replaces meaty words with the truth", "version": "1.0.13", "author": "planternative", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "planternative", "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "xregexp-all.js", "replacements.js", "whiteList.js", "content.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |