Tumblr Photo Notify

For someone who want to see photoes everytime.

Hvad er Tumblr Photo Notify?

Tumblr Photo Notify er en Chrome-udvidelse udviklet af macchima23, og dens hovedfunktion er "For someone who want to see photoes everytime.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Tumblr Photo Notify-udvidelses-CRX-fil

Download Tumblr Photo Notify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension shows photos from tumblr blog like notification.
You can choice specific URL about tumblr blog
and change notification time in option page.                    

Grundlæggende oplysninger om udvidelsen

Navn Tumblr Photo Notify Tumblr Photo Notify
ID khcaacafabdlmeipkgjfdlbknpbfcekf
Officiel URL https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf
Beskrivelse For someone who want to see photoes everytime.
Filstørrelse 47.74 KB
Antal Installationer 41
Nuværende Version 0.1.3
Senest Opdateret 2013-04-09
Udgivelsesdato 2013-04-09
Udvikler macchima23
Betalingsmetode free
Udvidelseswebsted https://github.com/macchima23/tumblr_photo_notify
Understøttede Sprog 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"
}