LOVE IT

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

¿Qué es LOVE IT?

LOVE IT es una extensión de Chrome desarrollada por http://liketob.uy, y su función principal es "Save the things you love from the Web and organise them in your personal collections".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión LOVE IT

Descarga archivos de extensión LOVE IT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
URL Oficial https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Descripción Save the things you love from the Web and organise them in your personal collections
Tamaño del Archivo 119 KB
Cantidad de Instalaciones 21
Versión Actual 1.5.6
Última Actualización 2016-11-23
Fecha de Publicación 2016-11-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://liketob.uy
Tipo de Pago free
Idiomas Soportados 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"
    ]
}