Little Bookmark Box - Add to Inbox
Add a link directly to your Little Bookmark Box > Inbox.
What is Little Bookmark Box - Add to Inbox?
Little Bookmark Box - Add to Inbox is a Chrome extension developed by https://www.pointworks.de, and its main feature is "Add a link directly to your Little Bookmark Box > Inbox.".
Extension Screenshots
Download Little Bookmark Box - Add to Inbox Extension CRX File
Download Little Bookmark Box - Add to Inbox 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. 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/
Extension Basic Information
Name | Little Bookmark Box - Add to Inbox |
ID | kecofeefojipgifkamkhodblhhedakaf |
Official URL | https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf |
Description | Add a link directly to your Little Bookmark Box > Inbox. |
File Size | 41.98 KB |
Installation Count | 78 |
Current Version | 1.1 |
Last Updated | 2016-05-02 |
Publish Date | 2016-05-01 |
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 - 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" } } |