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 |
官方網址 | 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'" } |