Cats! Cats Everywhere!
Cats... they're everywhere! Tab+B... it does what it sounds like.
Cats! Cats Everywhere!とは何ですか?
Cats! Cats Everywhere!はBob Hensleyによって開発されたChromeの拡張機能で、その主な機能は「Cats... they're everywhere! Tab+B... it does what it sounds like.」です。
拡張機能のスクリーンショット
Cats! Cats Everywhere!拡張機能のCRXファイルをダウンロード
Cats! Cats Everywhere!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cats, they're everywhere! Just press Tab+B on any webpage and enjoy the glorious cats.
拡張機能の基本情報
名前 | Cats! Cats Everywhere! |
ID | oilfbkpdgicpkfbfaaapepcgacpndddo |
公式URL | https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo |
説明 | Cats... they're everywhere! Tab+B... it does what it sounds like. |
ファイルサイズ | 1.81 MB |
インストール数 | 69 |
現在のバージョン | 1.1.1 |
最終更新日 | 2018-08-24 |
公開日 | 2018-08-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Bob Hensley |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://rcbrayshaw.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cats! Cats Everywhere!", "version": "1.1.1", "description": "Cats... they're everywhere! Tab+B... it does what it sounds like.", "background": { "scripts": [ "jquery-3.3.1.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "tabby_cats.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon-32.png" }, "web_accessible_resources": [ "cats\/*" ], "manifest_version": 2 } |