Little Bookmark Box - Add to Inbox

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

Vad är Little Bookmark Box - Add to Inbox?

Little Bookmark Box - Add to Inbox är en Chrome-tillägg utvecklad av https://www.pointworks.de, och dess huvudfunktion är "Add a link directly to your Little Bookmark Box > Inbox.".

Tilläggsskärmbilder

screenshot

Ladda ner Little Bookmark Box - Add to Inbox-förlängningens CRX-fil

Ladda ner Little Bookmark Box - Add to Inbox-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

                        ••• 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/                    

Grundläggande Information om Tillägg

Namn Little Bookmark Box - Add to Inbox Little Bookmark Box - Add to Inbox
ID kecofeefojipgifkamkhodblhhedakaf
Officiell webbadress https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf
Beskrivning Add a link directly to your Little Bookmark Box > Inbox.
Filstorlek 41.98 KB
Antal Installationer 78
Aktuell Version 1.1
Senast Uppdaterad 2016-05-02
Publiceringsdatum 2016-05-01
Utvecklare https://www.pointworks.de
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.pointworks.de/software/little-bookmark-box/
Hjälpsida URL http://www.pointworks.de/software/little-bookmark-box/
Stödda Språk 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"
    }
}