Twitter Roulette
This extension allows to select a random tweet from a sample search.
Co to jest Twitter Roulette?
Twitter Roulette to rozszerzenie Chrome opracowane przez icoloma, a jego główną funkcją jest „This extension allows to select a random tweet from a sample search.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Roulette
Pobierz pliki rozszerzeń Twitter Roulette w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | jidffkpleipkoohdmdjabocmehcemifm | 
| Oficjalny URL | https://chromewebstore.google.com/detail/twitter-roulette/jidffkpleipkoohdmdjabocmehcemifm | 
| Opis | This extension allows to select a random tweet from a sample search. | 
| Rozmiar pliku | 397 KB | 
| Liczba instalacji | 26 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2014-11-13 | 
| Data Publikacji | 2014-11-13 | 
| Deweloper | icoloma | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
} | |