Twitter2RSS

Convert a Twitter Page into an RSS Feed in One Click.

Cos'è Twitter2RSS?

Twitter2RSS è un'estensione di Chrome sviluppata da Cavan Klinsky, e la sua funzione principale è "Convert a Twitter Page into an RSS Feed in One Click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter2RSS

Scarica i file di estensione Twitter2RSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A simple extension for a simple job, Twitter2RSS creates an rss feed out of a twitter page in one click. Just navigate to the twitter page, press the extension button, and the rss feed will pop up, copy and paste it into your favorite RSS Feed Reader and you are done. 
With one click and no fluff, this barebones extension expedites a slow process.                    

Informazioni di Base sull'Estensione

Nome Twitter2RSS Twitter2RSS
ID obnmifkmfdnijcnmhacachchiikikchb
URL Ufficiale https://chromewebstore.google.com/detail/twitter2rss/obnmifkmfdnijcnmhacachchiikikchb
Descrizione Convert a Twitter Page into an RSS Feed in One Click.
Dimensione del File 12.8 KB
Conteggio Installazioni 54
Versione Corrente 0.40
Ultimo Aggiornamento 2013-07-03
Data di Pubblicazione 2013-07-02
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Cavan Klinsky
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter2RSS",
    "description": "Convert a Twitter Page into an RSS Feed in One Click.",
    "version": "0.40",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}