Little Bookmark Box - Add to Inbox

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

Wat is Little Bookmark Box - Add to Inbox?

Little Bookmark Box - Add to Inbox is een Chrome-extensie ontwikkeld door https://www.pointworks.de, en de belangrijkste functie is "Add a link directly to your Little Bookmark Box > Inbox.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Little Bookmark Box - Add to Inbox

Download Little Bookmark Box - Add to Inbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Little Bookmark Box - Add to Inbox Little Bookmark Box - Add to Inbox
ID kecofeefojipgifkamkhodblhhedakaf
Officiële URL https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf
Beschrijving Add a link directly to your Little Bookmark Box > Inbox.
Bestandsgrootte 41.98 KB
Aantal Installaties 78
Huidige Versie 1.1
Laatst Bijgewerkt 2016-05-02
Publicatiedatum 2016-05-01
Ontwikkelaar https://www.pointworks.de
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.pointworks.de/software/little-bookmark-box/
Help Pagina-URL http://www.pointworks.de/software/little-bookmark-box/
Ondersteunde Talen 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"
    }
}