GlitterEverywhere
Leaves a glitter trail behind your mouse
GlitterEverywhereとは何ですか?
GlitterEverywhereはEgoisticalGoatによって開発されたChromeの拡張機能で、その主な機能は「Leaves a glitter trail behind your mouse」です。
GlitterEverywhere拡張機能のCRXファイルをダウンロード
GlitterEverywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Leaves a trail of glitter behind your mouse on every movement. Useful if your browsing experience is getting too boring and you want to add a splash of color.
拡張機能の基本情報
名前 | |
ID | iiaegbhgobfchilmdhkcijeejmcnicpp |
公式URL | https://chrome.google.com/webstore/detail/glittereverywhere/iiaegbhgobfchilmdhkcijeejmcnicpp |
説明 | Leaves a glitter trail behind your mouse |
ファイルサイズ | 38.51 KB |
インストール数 | 306 |
現在のバージョン | 0.1.0 |
最終更新日 | 2017-01-31 |
公開日 | 2017-01-31 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | EgoisticalGoat |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GlitterEverywhere", "description": "Leaves a glitter trail behind your mouse", "manifest_version": 2, "version": "0.1.0", "content_scripts": [ { "js": [ "glitter_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "*:\/\/*\/*" ] } |