Tumblr Photo Notify

For someone who want to see photoes everytime.

Cos'è Tumblr Photo Notify?

Tumblr Photo Notify è un'estensione di Chrome sviluppata da macchima23, e la sua funzione principale è "For someone who want to see photoes everytime.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tumblr Photo Notify

Scarica i file di estensione Tumblr Photo Notify 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 extension shows photos from tumblr blog like notification.
You can choice specific URL about tumblr blog
and change notification time in option page.                    

Informazioni di Base sull'Estensione

Nome Tumblr Photo Notify Tumblr Photo Notify
ID khcaacafabdlmeipkgjfdlbknpbfcekf
URL Ufficiale https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf
Descrizione For someone who want to see photoes everytime.
Dimensione del File 47.74 KB
Conteggio Installazioni 41
Versione Corrente 0.1.3
Ultimo Aggiornamento 2013-04-09
Data di Pubblicazione 2013-04-09
Sviluppatore macchima23
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/macchima23/tumblr_photo_notify
Lingue Supportate en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/on.png",
        "default_title": "Click to disable TumblrPhotoNotify"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "For someone who want to see photoes everytime.",
    "background": {
        "page": "templates\/background.html"
    },
    "name": "Tumblr Photo Notify",
    "options_page": "templates\/options.html",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/api.tumblr.com\/*"
    ],
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png",
        "16": "images\/16.png"
    },
    "manifest_version": 2,
    "version": "0.1.3"
}