Twitter Noti

Simple notification for twitter

Cos'è Twitter Noti?

Twitter Noti è un'estensione di Chrome sviluppata da HMI, e la sua funzione principale è "Simple notification for twitter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Noti

Scarica i file di estensione Twitter Noti 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

                        This is a simple notification, use the Rich Notification to notify your tweets and twitter photos.


== 1.1.7.10 ==
 * OAuth problem fixed.
 * Time stamp can convert to locale string                    

Informazioni di Base sull'Estensione

Nome Twitter Noti Twitter Noti
ID pfblhojcabkhbbljcalohlkpmmnkkjdf
URL Ufficiale https://chromewebstore.google.com/detail/twitter-noti/pfblhojcabkhbbljcalohlkpmmnkkjdf
Descrizione Simple notification for twitter
Dimensione del File 32.3 KB
Conteggio Installazioni 31
Versione Corrente 1.1.7.10
Ultimo Aggiornamento 2014-05-23
Data di Pubblicazione 2014-05-23
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore HMI
Tipo di Pagamento free
Sito Web dell'Estensione http://inswears.tumblr.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Noti",
    "version": "1.1.7.10",
    "manifest_version": 2,
    "description": "Simple notification for twitter",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "alarms",
        "https:\/\/api.twitter.com\/oauth\/request_token",
        "https:\/\/api.twitter.com\/oauth\/authorize",
        "https:\/\/api.twitter.com\/oauth\/access_token",
        "https:\/\/userstream.twitter.com\/1.1\/",
        "https:\/\/*.twimg.com\/",
        "https:\/\/twitpic.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/chrome_ex_oauthsimple.js",
            "scripts\/chrome_ex_oauth.js",
            "scripts\/onload.js",
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/chrome_ex_oauthsimple.js",
        "scripts\/chrome_ex_oauth.js",
        "scripts\/onload.js",
        "chrome_ex_oauth.html",
        "scripts\/options.js"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/*.twimg.com\/ https:\/\/twitpic.com\/"
}