Tumblr Photo Notify
For someone who want to see photoes everytime.
What is Tumblr Photo Notify?
Tumblr Photo Notify is a Chrome extension developed by macchima23, and its main feature is "For someone who want to see photoes everytime.".
Extension Screenshots
Download Tumblr Photo Notify Extension CRX File
Download Tumblr Photo Notify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension shows photos from tumblr blog like notification. You can choice specific URL about tumblr blog and change notification time in option page.
Extension Basic Information
Name | |
ID | khcaacafabdlmeipkgjfdlbknpbfcekf |
Official URL | https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf |
Description | For someone who want to see photoes everytime. |
File Size | 47.74 KB |
Installation Count | 41 |
Current Version | 0.1.3 |
Last Updated | 2013-04-09 |
Publish Date | 2013-04-09 |
Developer | macchima23 |
Payment Type | free |
Extension Website | https://github.com/macchima23/tumblr_photo_notify |
Supported Languages | 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" } |