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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cozy Button: One-click CuteEmergency एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |