Tumblr Photo Notify
For someone who want to see photoes everytime.
Was ist Tumblr Photo Notify?
Tumblr Photo Notify ist eine Chrome-Erweiterung, die von macchima23 entwickelt wurde, und ihr Hauptmerkmal ist "For someone who want to see photoes everytime.".
Erweiterungsscreenshots
Tumblr Photo Notify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tumblr Photo Notify-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 extension shows photos from tumblr blog like notification. You can choice specific URL about tumblr blog and change notification time in option page.
Grundlegende Informationen zur Erweiterung
Name | |
ID | khcaacafabdlmeipkgjfdlbknpbfcekf |
Offizielle URL | https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf |
Beschreibung | For someone who want to see photoes everytime. |
Dateigröße | 47.74 KB |
Installationsanzahl | 41 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2013-04-09 |
Veröffentlichungsdatum | 2013-04-09 |
Entwickler | macchima23 |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/macchima23/tumblr_photo_notify |
Unterstützte Sprachen | 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" } |