The Internet Needs More Cats
replace every image with a cat
什麼是The Internet Needs More Cats?
The Internet Needs More Cats是由https://nolandchaliha.com開發的Chrome擴展程式,該擴展的主要功能是“replace every image with a cat”。
下載The Internet Needs More Cats擴展crx文件
下載The Internet Needs More Cats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat.
擴展基本資訊
名稱 | The Internet Needs More Cats |
ID | abkhjlenamfebhpbbopkokfficikcjfo |
官方網址 | https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo |
簡介 | replace every image with a cat |
檔案大小 | 43.21 KB |
安裝次數 | 354 |
目前版本 | 0.1 |
更新時間 | 2015-02-09 |
上架時間 | 2015-02-08 |
評分 | 4.75/5 共 8 次評分 |
開發者 | https://nolandchaliha.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Internet Needs More Cats", "version": "0.1", "description": "replace every image with a cat", "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "cat" }, "author": "Noland Chaliha", "permissions": [ "activeTab", "http:\/\/i.imgur.com\/" ] } |