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 |
Eメール | [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'" } |