LOVE IT

Save the things you love from the Web and organise them in your personal collections

Cos'è LOVE IT?

LOVE IT è un'estensione di Chrome sviluppata da http://liketob.uy, e la sua funzione principale è "Save the things you love from the Web and organise them in your personal collections".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LOVE IT

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

                        Add images from your favourite stores, blogs and any other websites directly to LIKEtoB.UY                    

Informazioni di Base sull'Estensione

Nome LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
URL Ufficiale https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Descrizione Save the things you love from the Web and organise them in your personal collections
Dimensione del File 119 KB
Conteggio Installazioni 21
Versione Corrente 1.5.6
Ultimo Aggiornamento 2016-11-23
Data di Pubblicazione 2016-11-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://liketob.uy
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LOVE IT",
    "description": "Save the things you love from the Web and organise them in your personal collections",
    "version": "1.5.6",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "",
        "tabs",
        "activeTab"
    ]
}