Bookmark All
Bookmark all tabs to a temp folder.
Bookmark All là gì?
Bookmark All là một tiện ích mở rộng Chrome được phát triển bởi jchuai, và tính năng chính của nó là "Bookmark all tabs to a temp folder.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmark All
Tải xuống các tệp mở rộng Bookmark All dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A simple chrome plugin which allows user to bookmark all the tabs to a temp folder under the bookmark bar. The folder will be named related with current time, like '2014-12-08 18:25:34', which would be easier for user to track the history data. Version 1.1: Add new feature to allow user enter the folder name. If no name provided, the tabs would save into one folder named with current date.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmark All |
ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
Mô tả | Bookmark all tabs to a temp folder. |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 158 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-07-29 |
Ngày Phát Hành | 2015-07-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | jchuai |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All", "version": "1.1", "description": "Bookmark all tabs to a temp folder.", "icons": { "16": "bookmark48.png", "48": "bookmark48.png", "128": "bookmark128.png" }, "browser_action": { "default_title": "Bookmark All Tabs", "default_popup": "popup.html" }, "permissions": [ "bookmarks", "tabs" ] } |