Little Bookmark Box - Modify and Add

Modify & Add a link to your Little Bookmark Box.

Vad är Little Bookmark Box - Modify and Add?

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

Tilläggsskärmbilder

screenshot

Ladda ner Little Bookmark Box - Modify and Add-förlängningens CRX-fil

Ladda ner Little Bookmark Box - Modify and Add-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.
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äggande Information om Tillägg

Namn Little Bookmark Box - Modify and Add Little Bookmark Box - Modify and Add
ID hpegpphipfkpcbjbmahcjnmfcbkagcgj
Officiell webbadress https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj
Beskrivning Modify & Add a link to your Little Bookmark Box.
Filstorlek 42.02 KB
Antal Installationer 60
Aktuell Version 1.1
Senast Uppdaterad 2016-05-02
Publiceringsdatum 2016-05-01
Betyg 3.00/5 Totalt 1 Betyg
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 - 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"
    }
}