Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
Co je Little Bookmark Box - Modify and Add?
Little Bookmark Box - Modify and Add je rozšíření Chrome vyvinuté https://www.pointworks.de, a jeho hlavní funkcí je „Modify & Add a link to your Little Bookmark Box.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Little Bookmark Box - Modify and Add
Stáhněte si soubory rozšíření Little Bookmark Box - Modify and Add ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
•• 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/
Základní Informace o Rozšíření
Název | Little Bookmark Box - Modify and Add |
ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
Oficiální URL | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
Popis | Modify & Add a link to your Little Bookmark Box. |
Velikost souboru | 42.02 KB |
Počet instalací | 60 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-05-02 |
Datum Vydání | 2016-05-01 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | https://www.pointworks.de |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.pointworks.de/software/little-bookmark-box/ |
URL Stránky Nápovědy | http://www.pointworks.de/software/little-bookmark-box/ |
Podporované Jazyky | 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" } } |