Gnome Button
Gnome your chums!
Gnome Buttonとは何ですか?
Gnome Buttonはstitchによって開発されたChromeの拡張機能で、その主な機能は「Gnome your chums!」です。
拡張機能のスクリーンショット
Gnome Button拡張機能のCRXファイルをダウンロード
Gnome Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gnome your chums with this gnome button! Click on it and it will immediately play the "You've Been Gnomed!" video! I do not own the Gnome video, this extension was just made for fun. :)
拡張機能の基本情報
名前 | Gnome Button |
ID | nenppnbcodpelcnkbpelphheiddcdmff |
公式URL | https://chromewebstore.google.com/detail/gnome-button/nenppnbcodpelcnkbpelphheiddcdmff |
説明 | Gnome your chums! |
ファイルサイズ | 949 KB |
インストール数 | 1,119 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 5.00/5 合計 13 レビュー |
開発者 | stitch |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gnome Button", "description": "Gnome your chums!", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png" }, "permissions": [ "activeTab" ] } |