Tumblr Photo Notify
For someone who want to see photoes everytime.
Tumblr Photo Notifyคืออะไร?
Tumblr Photo Notify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย macchima23 และคุณลักษณะหลักของมันคือ "For someone who want to see photoes everytime."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Photo Notify
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |