LOVE IT

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

What is LOVE IT?

LOVE IT is a Chrome extension developed by http://liketob.uy, and its main feature is "Save the things you love from the Web and organise them in your personal collections".

Extension Screenshots

screenshot

Download LOVE IT Extension CRX File

Download LOVE IT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
Official URL https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Description Save the things you love from the Web and organise them in your personal collections
File Size 119 KB
Installation Count 21
Current Version 1.5.6
Last Updated 2016-11-23
Publish Date 2016-11-23
Rating 5.00/5 Total 1 Ratings
Developer http://liketob.uy
Payment Type free
Supported Languages 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"
    ]
}