Digi-Images Favorites
Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
Wat is Digi-Images Favorites?
Digi-Images Favorites is een Chrome-extensie ontwikkeld door http://infram.wordpress.com, en de belangrijkste functie is "Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .".
Extensie Screenshots
Download het CRX-bestand van de extensie Digi-Images Favorites
Download Digi-Images Favorites-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lepjnkigiaommhkehopbgkmaobcncbdn |
Officiële URL | https://chrome.google.com/webstore/detail/digi-images-favorites/lepjnkigiaommhkehopbgkmaobcncbdn |
Beschrijving | Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ . |
Bestandsgrootte | 21.82 KB |
Aantal Installaties | 106 |
Huidige Versie | 9.0 |
Laatst Bijgewerkt | 2014-01-30 |
Publicatiedatum | 2014-01-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://infram.wordpress.com |
Betalingswijze | free |
Extensiewebsite | http://www.digi-images.de/ |
Help Pagina-URL | http://infram.wordpress.com/ |
Ondersteunde Talen | 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 *" } |