Little Bookmark Box - Add to Inbox

Add a link directly to your Little Bookmark Box > Inbox.

Co to jest Little Bookmark Box - Add to Inbox?

Little Bookmark Box - Add to Inbox to rozszerzenie Chrome opracowane przez https://www.pointworks.de, a jego główną funkcją jest „Add a link directly to your Little Bookmark Box > Inbox.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Little Bookmark Box - Add to Inbox

Pobierz pliki rozszerzeń Little Bookmark Box - Add to Inbox 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

                        ••• Requires Little Bookmark Box App for Mac OS X •••

This extension makes it easy to bookmark the page you are viewing with a single click.
The bookmark will be created in your Little Bookmark Box > Inbox.

For more information and a free trial version of the Little Bookmark Box App, visit:
http://www.pointworks.de/software/little-bookmark-box/                    

Podstawowe informacje o rozszerzeniu

Nazwa Little Bookmark Box - Add to Inbox Little Bookmark Box - Add to Inbox
ID kecofeefojipgifkamkhodblhhedakaf
Oficjalny URL https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf
Opis Add a link directly to your Little Bookmark Box > Inbox.
Rozmiar pliku 41.98 KB
Liczba instalacji 78
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-05-02
Data Publikacji 2016-05-01
Deweloper https://www.pointworks.de
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.pointworks.de/software/little-bookmark-box/
Adres URL Strony Pomocy http://www.pointworks.de/software/little-bookmark-box/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Little Bookmark Box - Add to Inbox",
    "description": "Add a link directly to your Little Bookmark Box > Inbox.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Add a link directly to your Little Bookmark Box > Inbox",
        "default_icon": "small_icon.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "lbb_128.png",
        "16": "lbb_16.png",
        "48": "lbb_48.png"
    }
}