Cheerlights
Shows the current color that is set on the Cheerlights API.
Cheerlights क्या है?
Cheerlights Jman100 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the current color that is set on the Cheerlights API."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cheerlights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension reads the Cheerlights API and shows the current color in an icon on the top right of your browser. Visit http://www.cheerlights.com/ for more info! NEW with version 1.0: - Updated to include new colors. Happy Holidays! NEW with version 0.7: - clicking the icon will bring up a window for you to tweet to cheerlights! NEW with version 0.5: - minor fix to reduce polling time on server NEW with version 0.4: - changed cyan color to look more cyan - load cheerlights.com when icon is clicked
एक्सटेंशन की मूल जानकारी
नाम | Cheerlights |
ID | hpphbpobchhjfiknafjcpopiipahokpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/cheerlights/hpphbpobchhjfiknafjcpopiipahokpd |
विवरण | Shows the current color that is set on the Cheerlights API. |
फ़ाइल का आकार | 41.15 KB |
स्थापना संख्या | 148 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-12-20 |
प्रकाशन तिथि | 2014-12-19 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | Jman100 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "background": { "scripts": [ "cheerlights.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "Current color" }, "description": "Shows the current color that is set on the Cheerlights API.", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRyFX5UyTodhaISebgmv9C8aWhvMPDGE\/Nae4xXBXU4jeFzF7HSvOLxD1slhTrpvRxalWyO55trQp8UMYPneSj3AhJ\/Sf6uh1h16RBCTdUhmRZ9wJ0hik9yHYRwjWzdIcjxhbbSElHV3X0sVHxXBp3FYFUmLy2ImNm5Rogoge76wIDAQAB", "name": "Cheerlights", "permissions": [ "http:\/\/api.thingspeak.com\/channels\/1417\/field\/1\/last.txt", "https:\/\/*.twitter.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "manifest_version": 2 } |