GROOT
Simple saying I am GROOT!
GROOTとは何ですか?
GROOTはbusfy.romanによって開発されたChromeの拡張機能で、その主な機能は「Simple saying I am GROOT!」です。
拡張機能のスクリーンショット
GROOT拡張機能のCRXファイルをダウンロード
GROOT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
After click on icon it simply say I am Groot! (in baby version). Version 0.0.2 -new Name
拡張機能の基本情報
名前 | |
ID | jgffcenklofhkcjcnpkklhkkbfiejdeb |
公式URL | https://chrome.google.com/webstore/detail/groot/jgffcenklofhkcjcnpkklhkkbfiejdeb |
説明 | Simple saying I am GROOT! |
ファイルサイズ | 1.51 MB |
インストール数 | 831 |
現在のバージョン | 0.0.2 |
最終更新日 | 2017-10-24 |
公開日 | 2017-10-24 |
評価 | 4.47/5 合計 17 レビュー |
開発者 | busfy.roman |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GROOT", "version": "0.0.2", "manifest_version": 2, "description": "Simple saying I am GROOT!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "icon" }, "background": { "scripts": [ "background.js" ] }, "default_locale": "en", "permissions": [ "activeTab", "storage" ] } |