Bookmark Tab
This is an extension function to set a new tab on the bookmark screen.
Bookmark Tabคืออะไร?
Bookmark Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer.waieight. และคุณลักษณะหลักของมันคือ "This is an extension function to set a new tab on the bookmark screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Tab
ดาวน์โหลดไฟล์ส่วนขยาย Bookmark Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Change the screen of the new tab to the bookmark screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cpemdgbeealeokgnlbkieiindkpaodmm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bookmark-tab/cpemdgbeealeokgnlbkieiindkpaodmm |
คำอธิบาย | This is an extension function to set a new tab on the bookmark screen. |
ขนาดไฟล์ | 43.74 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 0.0.12.13 |
อัปเดตครั้งล่าสุด | 2022-05-17 |
วันที่เผยแพร่ | 2020-06-25 |
ผู้พัฒนา | developer.waieight. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://waieight.hatenablog.jp/ |
URL หน้านโยบายความเป็นส่วนตัว | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Tab", "version": "3.0.0.213", "version_name": "0.0.12.13", "description": "__MSG_extDescription__", "icons": { "128": "\/icon\/icon_128.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "permissions": [ "bookmarks", "storage" ], "host_permissions": [ " |