Digi-Images Favorites
Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
Digi-Images Favorites क्या है?
Digi-Images Favorites http://infram.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ ."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Digi-Images Favorites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | 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 *" } |