Little Bookmark Box - Add to Inbox
Add a link directly to your Little Bookmark Box > Inbox.
Qu'est-ce que Little Bookmark Box - Add to Inbox ?
Little Bookmark Box - Add to Inbox est une extension Chrome développée par https://www.pointworks.de, et sa fonction principale est "Add a link directly to your Little Bookmark Box > Inbox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Little Bookmark Box - Add to Inbox
Téléchargez les fichiers d'extension Little Bookmark Box - Add to Inbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
••• 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/
Informations de Base sur l'Extension
Nom | Little Bookmark Box - Add to Inbox |
ID | kecofeefojipgifkamkhodblhhedakaf |
URL Officiel | https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf |
Description | Add a link directly to your Little Bookmark Box > Inbox. |
Taille du Fichier | 41.98 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-05-02 |
Date de Publication | 2016-05-01 |
Développeur | https://www.pointworks.de |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.pointworks.de/software/little-bookmark-box/ |
URL de la Page d'Aide | http://www.pointworks.de/software/little-bookmark-box/ |
Langues Prises en Charge | 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" } } |