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 |
官方網址 | 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 |
電子郵箱 | [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 } |