Bookmark All My Tabs
Bookmark all tabs open in the current window.
Bookmark All My Tabsคืออะไร?
Bookmark All My Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan Caprine และคุณลักษณะหลักของมันคือ "Bookmark all tabs open in the current window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark All My Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Bookmark All My Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Press the button to create a new folder on the Bookmarks Bar containing bookmarks for all tabs in the current browser window. This extension was written to be as simple as possible. It has no settings, no advanced features and requires no questionable permissions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bookmark All My Tabs |
ID | denfaogdclkkmeogbnfmiohpkcogamdn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn |
คำอธิบาย | Bookmark all tabs open in the current window. |
ขนาดไฟล์ | 15.94 KB |
จำนวนการติดตั้ง | 608 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-04-30 |
วันที่เผยแพร่ | 2014-04-30 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Dan Caprine |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All My Tabs", "description": "Bookmark all tabs open in the current window.", "version": "1.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "bookmarks", "tabs" ], "background": { "scripts": [ "bookmarkAllMyTabs.js" ] }, "browser_action": { "default_title": "Bookmark All My Tabs", "default_icon": "icon_48.png" } } |