Little Bookmark Box - Modify and Add

Modify & Add a link to your Little Bookmark Box.

Hvad er Little Bookmark Box - Modify and Add?

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

Udvidelsesskærmbilleder

screenshot

Download Little Bookmark Box - Modify and Add-udvidelses-CRX-fil

Download Little Bookmark Box - Modify and Add-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.
You can select the Box, add a note, add tags, or change the title.

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 - Modify and Add Little Bookmark Box - Modify and Add
ID hpegpphipfkpcbjbmahcjnmfcbkagcgj
Officiel URL https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj
Beskrivelse Modify & Add a link to your Little Bookmark Box.
Filstørrelse 42.02 KB
Antal Installationer 60
Nuværende Version 1.1
Senest Opdateret 2016-05-02
Udgivelsesdato 2016-05-01
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
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 - Modify and Add",
    "description": "Modify & Add a link to your Little Bookmark Box.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Modify & Add a link to your Little Bookmark Box",
        "default_icon": "small_icon_plus.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "lbb_128.png",
        "16": "lbb_16.png",
        "48": "lbb_48.png"
    }
}