Imgfave

Save all your favorite images to imgfave.com

Cos'è Imgfave?

Imgfave è un'estensione di Chrome sviluppata da https://imgfave.com, e la sua funzione principale è "Save all your favorite images to imgfave.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Imgfave

Scarica i file di estensione Imgfave 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

                        Save images from any website to your imgfave profile!                    

Informazioni di Base sull'Estensione

Nome Imgfave Imgfave
ID kghdcaabnmnmhmkakjlopbeffidaonba
URL Ufficiale https://chromewebstore.google.com/detail/imgfave/kghdcaabnmnmhmkakjlopbeffidaonba
Descrizione Save all your favorite images to imgfave.com
Dimensione del File 10.85 KB
Conteggio Installazioni 185
Versione Corrente 1.3
Ultimo Aggiornamento 2014-03-20
Data di Pubblicazione 2014-03-20
Valutazione 4.50/5 Totale 10 Valutazioni
Sviluppatore https://imgfave.com
Tipo di Pagamento free
Sito Web dell'Estensione http://imgfave.com
URL della Pagina di Aiuto http://imgfave.com/about
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgfave",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Save all your favorite images to imgfave.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "menu.html",
        "default_title": "Imgfave"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}