Tumblr Photo Notify
For someone who want to see photoes everytime.
什麼是Tumblr Photo Notify?
Tumblr Photo Notify是由macchima23開發的Chrome擴展程式,該擴展的主要功能是“For someone who want to see photoes everytime.”。
擴展截圖
下載Tumblr Photo Notify擴展crx文件
下載Tumblr Photo Notify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension shows photos from tumblr blog like notification. You can choice specific URL about tumblr blog and change notification time in option page.
擴展基本資訊
名稱 | |
ID | khcaacafabdlmeipkgjfdlbknpbfcekf |
官方網址 | https://chrome.google.com/webstore/detail/tumblr-photo-notify/khcaacafabdlmeipkgjfdlbknpbfcekf |
簡介 | For someone who want to see photoes everytime. |
檔案大小 | 47.74 KB |
安裝次數 | 41 |
目前版本 | 0.1.3 |
更新時間 | 2013-04-09 |
上架時間 | 2013-04-09 |
開發者 | macchima23 |
付費類型 | free |
擴展官網 | https://github.com/macchima23/tumblr_photo_notify |
支援的語言 | 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" } |