Shrug it off
Shrug it off
Shrug it offとは何ですか?
Shrug it offはalmcelmonによって開発されたChromeの拡張機能で、その主な機能は「Shrug it off」です。
Shrug it off拡張機能のCRXファイルをダウンロード
Shrug it off拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Copy various emotes to your clipboard.
拡張機能の基本情報
名前 | Shrug it off |
ID | jmmjglmfijkbblhcdbehpcngbakkgkfl |
公式URL | https://chromewebstore.google.com/detail/shrug-it-off/jmmjglmfijkbblhcdbehpcngbakkgkfl |
説明 | Shrug it off |
ファイルサイズ | 5.47 KB |
インストール数 | 52 |
現在のバージョン | 1.0 |
最終更新日 | 2016-01-19 |
公開日 | 2016-01-19 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | almcelmon |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shrug it off", "description": "Shrug it off", "permissions": [ "clipboardRead" ], "icons": { "32": "shrug32.png", "128": "shrug128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "shrug32.png", "default_popup": "menu.html" }, "version": "1.0", "minimum_chrome_version": "9", "manifest_version": 2 } |