Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
什么是Booksmart?
Booksmart是由Ana-Maria Iancu开发的Chrome扩展程序,该扩展的主要功能是“Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.”。
扩展截图
下载Booksmart扩展crx文件
下载Booksmart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
官方URL | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
简介 | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
文件大小 | 315 KB |
安装次数 | 88 |
当前版本 | 0.3.0 |
更新时间 | 2020-12-15 |
上架时间 | 2020-11-30 |
评分 | 4.78/5 共9次评分 |
开发者 | Ana-Maria Iancu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |