Little Bookmark Box - Add to Inbox
Add a link directly to your Little Bookmark Box > Inbox.
Was ist Little Bookmark Box - Add to Inbox?
Little Bookmark Box - Add to Inbox ist eine Chrome-Erweiterung, die von https://www.pointworks.de entwickelt wurde, und ihr Hauptmerkmal ist "Add a link directly to your Little Bookmark Box > Inbox.".
Erweiterungsscreenshots
Little Bookmark Box - Add to Inbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie Little Bookmark Box - Add to Inbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
••• 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/
Grundlegende Informationen zur Erweiterung
Name | Little Bookmark Box - Add to Inbox |
ID | kecofeefojipgifkamkhodblhhedakaf |
Offizielle URL | https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf |
Beschreibung | Add a link directly to your Little Bookmark Box > Inbox. |
Dateigröße | 41.98 KB |
Installationsanzahl | 78 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-05-02 |
Veröffentlichungsdatum | 2016-05-01 |
Entwickler | https://www.pointworks.de |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.pointworks.de/software/little-bookmark-box/ |
Hilfeseite URL | http://www.pointworks.de/software/little-bookmark-box/ |
Unterstützte Sprachen | 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" } } |