Click for Kittens
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
什麼是Click for Kittens?
Click for Kittens是由Adam Darbyshire開發的Chrome擴展程式,該擴展的主要功能是“Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…”。
擴展截圖
下載Click for Kittens擴展crx文件
下載Click for Kittens擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com.
Image copyright Teekatas Suwannakrua, http://raindropmemory.deviantart.com/ 擴展基本資訊
| 名稱 | |
| ID | pjlpjdbgoegmgbionadgflfacmdngnoh |
| 官方網址 | https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh |
| 簡介 | Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas… |
| 檔案大小 | 23.22 KB |
| 安裝次數 | 91 |
| 目前版本 | 1.2 |
| 更新時間 | 2013-05-21 |
| 上架時間 | 2013-05-20 |
| 評分 | 4.15/5 共 13 次評分 |
| 開發者 | Adam Darbyshire |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Click for Kittens",
"version": "1.2",
"permissions": [
"activeTab"
],
"icon": "iconbig.png",
"background": {
"scripts": [
"kittens.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Click for Kittens"
},
"manifest_version": 2
} | |