LOVE IT

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

Qu'est-ce que LOVE IT ?

LOVE IT est une extension Chrome développée par http://liketob.uy, et sa fonction principale est "Save the things you love from the Web and organise them in your personal collections".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LOVE IT

Téléchargez les fichiers d'extension LOVE IT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
URL Officiel https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Description Save the things you love from the Web and organise them in your personal collections
Taille du Fichier 119 KB
Nombre d'Installations 21
Version Actuelle 1.5.6
Dernière Mise à Jour 2016-11-23
Date de Publication 2016-11-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://liketob.uy
Type de Paiement free
Langues Prises en Charge 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"
    ]
}