LOVE IT

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

Co to jest LOVE IT?

LOVE IT to rozszerzenie Chrome opracowane przez http://liketob.uy, a jego główną funkcją jest „Save the things you love from the Web and organise them in your personal collections”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LOVE IT

Pobierz pliki rozszerzeń LOVE IT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
Oficjalny URL https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Opis Save the things you love from the Web and organise them in your personal collections
Rozmiar pliku 119 KB
Liczba instalacji 21
Aktualna Wersja 1.5.6
Ostatnia Aktualizacja 2016-11-23
Data Publikacji 2016-11-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://liketob.uy
Typ Płatności free
Obsługiwane Języki 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"
    ]
}