Digi-Images Favorites
Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
What is Digi-Images Favorites?
Digi-Images Favorites is a Chrome extension developed by http://infram.wordpress.com, and its main feature is "Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .".
Extension Screenshots
Download Digi-Images Favorites Extension CRX File
Download Digi-Images Favorites extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lepjnkigiaommhkehopbgkmaobcncbdn |
Official URL | https://chrome.google.com/webstore/detail/digi-images-favorites/lepjnkigiaommhkehopbgkmaobcncbdn |
Description | Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ . |
File Size | 21.82 KB |
Installation Count | 106 |
Current Version | 9.0 |
Last Updated | 2014-01-30 |
Publish Date | 2014-01-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://infram.wordpress.com |
Payment Type | free |
Extension Website | http://www.digi-images.de/ |
Help Page URL | http://infram.wordpress.com/ |
Supported Languages | 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 *" } |