Tumblr Photo Notify
For someone who want to see photoes everytime.
Wat is Tumblr Photo Notify?
Tumblr Photo Notify is een Chrome-extensie ontwikkeld door macchima23, en de belangrijkste functie is "For someone who want to see photoes everytime.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tumblr Photo Notify
Download Tumblr Photo Notify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension shows photos from tumblr blog like notification. You can choice specific URL about tumblr blog and change notification time in option page.
Basisinformatie over de Extensie
Naam | |
ID | khcaacafabdlmeipkgjfdlbknpbfcekf |
Officiële URL | https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf |
Beschrijving | For someone who want to see photoes everytime. |
Bestandsgrootte | 47.74 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2013-04-09 |
Publicatiedatum | 2013-04-09 |
Ontwikkelaar | macchima23 |
Betalingswijze | free |
Extensiewebsite | https://github.com/macchima23/tumblr_photo_notify |
Ondersteunde Talen | 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" } |