Twitter Roulette
This extension allows to select a random tweet from a sample search.
Twitter Roulette क्या है?
Twitter Roulette icoloma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows to select a random tweet from a sample search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Roulette एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do a lottery and pick a random tweet based on your search criteria, useful for IT events and promotions. This extension requires a Twitter API key. Developed in 48h, battle-tested at Codemotion Spain. The Twitter API does not serve proper CORS headers, so in order to do this without a server, it had to be packaged as a Chrome Extension. This project is open source, and the source code is available at https://github.com/icoloma/twitter-roulette
एक्सटेंशन की मूल जानकारी
नाम | Twitter Roulette |
ID | jidffkpleipkoohdmdjabocmehcemifm |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-roulette/jidffkpleipkoohdmdjabocmehcemifm |
विवरण | This extension allows to select a random tweet from a sample search. |
फ़ाइल का आकार | 397 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-11-13 |
प्रकाशन तिथि | 2014-11-13 |
डेवलपर | icoloma |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Roulette", "description": "This extension allows to select a random tweet from a sample search.", "version": "1.1", "permissions": [ "https:\/\/api.twitter.com\/", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "options_page": "options.html" } |