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/
扩展基本信息
名称 | Click for Kittens |
ID | pjlpjdbgoegmgbionadgflfacmdngnoh |
官方URL | 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 } |