Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
Co je Booksmart?
Booksmart je rozšíření Chrome vyvinuté Ana-Maria Iancu, a jeho hlavní funkcí je „Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Booksmart
Stáhněte si soubory rozšíření Booksmart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
Oficiální URL | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
Popis | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
Velikost souboru | 315 KB |
Počet instalací | 88 |
Aktuální Verze | 0.3.0 |
Poslední Aktualizace | 2020-12-15 |
Datum Vydání | 2020-11-30 |
Hodnocení | 4.78/5 Celkem 9 Hodnocení |
Vývojář | Ana-Maria Iancu |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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'" } |