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\/" ] } |