Cute Kittens
Click for cute kittens! Cheers you up super fast.
什么是Cute Kittens?
Cute Kittens是由robloxmcdj开发的Chrome扩展程序,该扩展的主要功能是“Click for cute kittens! Cheers you up super fast.”。
扩展截图
下载Cute Kittens扩展crx文件
下载Cute Kittens扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Install this app to view new pictures of cute kittens on Flickr with a click of the mouse! This app will cheer you up when you're down. For now, there are no options to configure.
扩展基本信息
名称 | |
ID | gfnilekanmfhlbjkbmapnnddfmegialo |
官方URL | https://chrome.google.com/webstore/detail/cute-kittens/gfnilekanmfhlbjkbmapnnddfmegialo |
简介 | Click for cute kittens! Cheers you up super fast. |
文件大小 | 63.2 KB |
安装次数 | 103 |
当前版本 | 1.5 |
更新时间 | 2014-04-30 |
上架时间 | 2014-04-30 |
评分 | 2.17/5 共6次评分 |
开发者 | robloxmcdj |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cute Kittens", "description": "Click for cute kittens! Cheers you up super fast.", "version": "1.5", "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/secure.flickr.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |