Tumblr Photo Notify
For someone who want to see photoes everytime.
Qu'est-ce que Tumblr Photo Notify ?
Tumblr Photo Notify est une extension Chrome développée par macchima23, et sa fonction principale est "For someone who want to see photoes everytime.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tumblr Photo Notify
Téléchargez les fichiers d'extension Tumblr Photo Notify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension shows photos from tumblr blog like notification. You can choice specific URL about tumblr blog and change notification time in option page.
Informations de Base sur l'Extension
Nom | |
ID | khcaacafabdlmeipkgjfdlbknpbfcekf |
URL Officiel | https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf |
Description | For someone who want to see photoes everytime. |
Taille du Fichier | 47.74 KB |
Nombre d'Installations | 41 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2013-04-09 |
Date de Publication | 2013-04-09 |
Développeur | macchima23 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/macchima23/tumblr_photo_notify |
Langues Prises en Charge | 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" } |