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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |