Digi-Images Favorites
Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
ما هو Digi-Images Favorites؟
Digi-Images Favorites هو إضافة Chrome تم تطويرها بواسطة http://infram.wordpress.com، والميزة الرئيسية لها هي "Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Digi-Images Favorites
قم بتنزيل ملفات الامتداد Digi-Images Favorites بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A popup extension that displays your favorite Digi-Images feed in chrome browser. The feed is a cooliris feed so it is possible that any cooliris feeds could be displayed by this extension. You can filter a feed by the provided image titles. These titles include the user name and the image title. The extension shows the last 35 images that matches your filters. If you do not give filters the image feed will not filtered and the last 35 images are displayed. A filter is plain text or a JavaScript regular expression.
معلومات أساسية عن التمديد
الاسم | |
ID | lepjnkigiaommhkehopbgkmaobcncbdn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/digi-images-favorites/lepjnkigiaommhkehopbgkmaobcncbdn |
الوصف | Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ . |
حجم الملف | 21.82 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 9.0 |
آخر تحديث | 2014-01-30 |
تاريخ النشر | 2014-01-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://infram.wordpress.com |
نوع الدفع | free |
موقع الإضافة | http://www.digi-images.de/ |
عنوان صفحة المساعدة | http://infram.wordpress.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digi-Images Favorites", "version": "9.0", "author": "Dica-Developer", "description": "Show my favorite Digi-Images photos. See Digi-Images on http:\/\/www.digi-images.de\/ .", "browser_action": { "default_icon": "icon.png", "default_title": "Digi-Images Favorites", "default_popup": "popup.html" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "options_page": "options\/index.html", "permissions": [ "tabs", "http:\/\/www.digi-images.de\/*" ], "content_security_policy": "default-src *; style-src 'self'; script-src 'self'; object-src 'self'; connect-src *; img-src *" } |