Little Bookmark Box - Add to Inbox

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

Hvad er Little Bookmark Box - Add to Inbox?

Little Bookmark Box - Add to Inbox er en Chrome-udvidelse udviklet af https://www.pointworks.de, og dens hovedfunktion er "Add a link directly to your Little Bookmark Box > Inbox.".

Udvidelsesskærmbilleder

screenshot

Download Little Bookmark Box - Add to Inbox-udvidelses-CRX-fil

Download Little Bookmark Box - Add to Inbox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ••• 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æggende oplysninger om udvidelsen

Navn Little Bookmark Box - Add to Inbox Little Bookmark Box - Add to Inbox
ID kecofeefojipgifkamkhodblhhedakaf
Officiel URL https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf
Beskrivelse Add a link directly to your Little Bookmark Box > Inbox.
Filstørrelse 41.98 KB
Antal Installationer 78
Nuværende Version 1.1
Senest Opdateret 2016-05-02
Udgivelsesdato 2016-05-01
Udvikler https://www.pointworks.de
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.pointworks.de/software/little-bookmark-box/
Hjælpeside-URL http://www.pointworks.de/software/little-bookmark-box/
Understøttede Sprog 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"
    }
}