LOVE IT

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

Was ist LOVE IT?

LOVE IT ist eine Chrome-Erweiterung, die von http://liketob.uy entwickelt wurde, und ihr Hauptmerkmal ist "Save the things you love from the Web and organise them in your personal collections".

Erweiterungsscreenshots

screenshot

LOVE IT-Erweiterungs-CRX-Datei herunterladen

Laden Sie LOVE IT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
Offizielle URL https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Beschreibung Save the things you love from the Web and organise them in your personal collections
Dateigröße 119 KB
Installationsanzahl 21
Aktuelle Version 1.5.6
Letztes Update 2016-11-23
Veröffentlichungsdatum 2016-11-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://liketob.uy
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}