Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
Qu'est-ce que Little Bookmark Box - Modify and Add ?
Little Bookmark Box - Modify and Add est une extension Chrome développée par https://www.pointworks.de, et sa fonction principale est "Modify & Add a link to your Little Bookmark Box.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Little Bookmark Box - Modify and Add
Téléchargez les fichiers d'extension Little Bookmark Box - Modify and Add 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. 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/
Informations de Base sur l'Extension
Nom | Little Bookmark Box - Modify and Add |
ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
URL Officiel | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
Description | Modify & Add a link to your Little Bookmark Box. |
Taille du Fichier | 42.02 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-05-02 |
Date de Publication | 2016-05-01 |
Évaluation | 3.00/5 Total 1 Évaluations |
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 - 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" } } |