LOVE IT

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

O que é LOVE IT?

LOVE IT é uma extensão do Chrome desenvolvida por http://liketob.uy, e sua principal característica é "Save the things you love from the Web and organise them in your personal collections".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LOVE IT

Baixe arquivos de extensão LOVE IT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
URL Oficial https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Descrição Save the things you love from the Web and organise them in your personal collections
Tamanho do Arquivo 119 KB
Contagem de Instalações 21
Versão Atual 1.5.6
Última Atualização 2016-11-23
Data de Publicação 2016-11-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://liketob.uy
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}