Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
What is Little Bookmark Box - Modify and Add?
Little Bookmark Box - Modify and Add is a Chrome extension developed by https://www.pointworks.de, and its main feature is "Modify & Add a link to your Little Bookmark Box.".
Extension Screenshots
Download Little Bookmark Box - Modify and Add Extension CRX File
Download Little Bookmark Box - Modify and Add extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
•• 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/
Extension Basic Information
Name | Little Bookmark Box - Modify and Add |
ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
Official URL | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
Description | Modify & Add a link to your Little Bookmark Box. |
File Size | 42.02 KB |
Installation Count | 60 |
Current Version | 1.1 |
Last Updated | 2016-05-02 |
Publish Date | 2016-05-01 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://www.pointworks.de |
[email protected] | |
Payment Type | free |
Extension Website | http://www.pointworks.de/software/little-bookmark-box/ |
Help Page URL | http://www.pointworks.de/software/little-bookmark-box/ |
Supported Languages | 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" } } |