LOVE IT

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

Vad är LOVE IT?

LOVE IT är en Chrome-tillägg utvecklad av http://liketob.uy, och dess huvudfunktion är "Save the things you love from the Web and organise them in your personal collections".

Tilläggsskärmbilder

screenshot

Ladda ner LOVE IT-förlängningens CRX-fil

Ladda ner LOVE IT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
Officiell webbadress https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Beskrivning Save the things you love from the Web and organise them in your personal collections
Filstorlek 119 KB
Antal Installationer 21
Aktuell Version 1.5.6
Senast Uppdaterad 2016-11-23
Publiceringsdatum 2016-11-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://liketob.uy
Betalningssätt free
Stödda Språk 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"
    ]
}