Bookmark All
Bookmark all tabs to a temp folder.
Bookmark Allคืออะไร?
Bookmark All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jchuai และคุณลักษณะหลักของมันคือ "Bookmark all tabs to a temp folder."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark All
ดาวน์โหลดไฟล์ส่วนขยาย Bookmark All ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmark All |
ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
คำอธิบาย | Bookmark all tabs to a temp folder. |
ขนาดไฟล์ | 316 KB |
จำนวนการติดตั้ง | 158 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-07-29 |
วันที่เผยแพร่ | 2015-07-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jchuai |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |