Wandering Cat
The cat wanders
Wandering Catとは何ですか?
Wandering Catはwillmccambleyによって開発されたChromeの拡張機能で、その主な機能は「The cat wanders」です。
拡張機能のスクリーンショット
Wandering Cat拡張機能のCRXファイルをダウンロード
Wandering Cat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension creates an 8-bit cat that will walk randomly around your browser. You can double click to remove the cat.
拡張機能の基本情報
名前 | Wandering Cat |
ID | fekmcdeljonllillnbjhophkhnjhhjpd |
公式URL | https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd |
説明 | The cat wanders |
ファイルサイズ | 165 KB |
インストール数 | 193 |
現在のバージョン | 2.01 |
最終更新日 | 2021-12-01 |
公開日 | 2021-11-30 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | willmccambley |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://sedoc.codes |
ヘルプページのURL | https://github.com/WillCMcC/cat_wanderer |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wandering Cat", "description": "The cat wanders", "version": "2.01", "permissions": [], "browser_action": { "default_icon": "img\/F_SIT.png", "default_popup": "popup.html" }, "icons": { "128": "img\/catman.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lib\/onload.js" ] } ], "web_accessible_resources": [ "img\/*" ] } |