LOVE IT

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

Hvad er LOVE IT?

LOVE IT er en Chrome-udvidelse udviklet af http://liketob.uy, og dens hovedfunktion er "Save the things you love from the Web and organise them in your personal collections".

Udvidelsesskærmbilleder

screenshot

Download LOVE IT-udvidelses-CRX-fil

Download LOVE IT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
Officiel URL https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Beskrivelse Save the things you love from the Web and organise them in your personal collections
Filstørrelse 119 KB
Antal Installationer 21
Nuværende Version 1.5.6
Senest Opdateret 2016-11-23
Udgivelsesdato 2016-11-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://liketob.uy
Betalingsmetode free
Understøttede Sprog 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"
    ]
}