Twitter Noti

Simple notification for twitter

Was ist Twitter Noti?

Twitter Noti ist eine Chrome-Erweiterung, die von HMI entwickelt wurde, und ihr Hauptmerkmal ist "Simple notification for twitter".

Erweiterungsscreenshots

screenshot

Twitter Noti-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitter Noti-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Twitter Noti Twitter Noti
ID pfblhojcabkhbbljcalohlkpmmnkkjdf
Offizielle URL https://chromewebstore.google.com/detail/twitter-noti/pfblhojcabkhbbljcalohlkpmmnkkjdf
Beschreibung Simple notification for twitter
Dateigröße 32.3 KB
Installationsanzahl 31
Aktuelle Version 1.1.7.10
Letztes Update 2014-05-23
Veröffentlichungsdatum 2014-05-23
Bewertung 4.11/5 Insgesamt 9 Bewertungen
Entwickler HMI
Zahlungsart free
Erweiterungswebsite http://inswears.tumblr.com/
Unterstützte Sprachen 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\/"
}