Cozy Button: One-click CuteEmergency
Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute
什么是Cozy Button: One-click CuteEmergency?
Cozy Button: One-click CuteEmergency是由Jonathan Rosenberg开发的Chrome扩展程序,该扩展的主要功能是“Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute”。
扩展截图
下载Cozy Button: One-click CuteEmergency扩展crx文件
下载Cozy Button: One-click CuteEmergency扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides an instant infusion of puppies with one click of the "Cozy" button. Website here: www.rosenbergj.com/cozy-button-one-click-cuteness/ Update version 2.0.4 ------------------ * Images from twitter's cute emergency * Infinite scroll * download image
扩展基本信息
名称 | |
ID | cfianhpfopociiphaplobjmngffenbbk |
官方URL | https://chrome.google.com/webstore/detail/cozy-button-one-click-cut/cfianhpfopociiphaplobjmngffenbbk |
简介 | Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute |
文件大小 | 47.95 KB |
安装次数 | 15 |
当前版本 | 2.0.5 |
更新时间 | 2014-11-26 |
上架时间 | 2014-11-26 |
评分 | 5.00/5 共2次评分 |
开发者 | Jonathan Rosenberg |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cozy Button: One-click CuteEmergency", "version": "2.0.5", "description": "Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Jonathan Rosenberg", "homepage_url": "http:\/\/www.rosenbergj.com\/cozy-button-one-click-cuteness\/", "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'", "browser_action": { "default_icon": "icon128.png", "default_title": "Cozy Button", "default_popup": "index.html" }, "web_accessible_resources": [ "http:\/\/weloveiconfonts.com\/api\/?family=fontawesome" ], "permissions": [ "https:\/\/secure.flickr.com\/", "https:\/\/oneclickcuties.herokuapp.com\/" ] } |