Digi-Images Favorites

Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .

Cos'è Digi-Images Favorites?

Digi-Images Favorites è un'estensione di Chrome sviluppata da http://infram.wordpress.com, e la sua funzione principale è "Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Digi-Images Favorites

Scarica i file di estensione Digi-Images Favorites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Digi-Images Favorites Digi-Images Favorites
ID lepjnkigiaommhkehopbgkmaobcncbdn
URL Ufficiale https://chrome.google.com/webstore/detail/digi-images-favorites/lepjnkigiaommhkehopbgkmaobcncbdn
Descrizione Show my favorite Digi-Images photos. See Digi-Images on http://www.digi-images.de/ .
Dimensione del File 21.82 KB
Conteggio Installazioni 106
Versione Corrente 9.0
Ultimo Aggiornamento 2014-01-30
Data di Pubblicazione 2014-01-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://infram.wordpress.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.digi-images.de/
URL della Pagina di Aiuto http://infram.wordpress.com/
Lingue Supportate 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 *"
}