Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
Qu'est-ce que Booksmart ?
Booksmart est une extension Chrome développée par Ana-Maria Iancu, et sa fonction principale est "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Booksmart
Téléchargez les fichiers d'extension Booksmart 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
With Booksmart you can now bookmark pages with only 2 clicks. Just add a folder, and click on the plus button next to it. Done! Your link is saved and organised in a folder. Easy to use and nice to look at. You can add as many folders as you want and as many bookmarks in each folder. Booksmart is all about making it easier to save links and access them later quickly. Version 0.3.0 updates: - design changes Version 0.2.0 updates: - bug fixes - confirmation message when you delete a folder
Informations de Base sur l'Extension
Nom | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
URL Officiel | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
Description | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
Taille du Fichier | 315 KB |
Nombre d'Installations | 88 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2020-12-15 |
Date de Publication | 2020-11-30 |
Évaluation | 4.78/5 Total 9 Évaluations |
Développeur | Ana-Maria Iancu |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Booksmart", "version": "0.3.0", "description": "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.", "short_name": "B", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Booksmart", "default_icon": "favicon.ico" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |