Box for tabs
This extension saves tabs for someday you need them.
Box for tabsคืออะไร?
Box for tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lrednight.com และคุณลักษณะหลักของมันคือ "This extension saves tabs for someday you need them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Box for tabs
ดาวน์โหลดไฟล์ส่วนขยาย Box for tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file. Key features: - Bookmark manager - Material design
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Box for tabs |
ID | llinjdlelnciefmjflikdndckffeohho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho |
คำอธิบาย | This extension saves tabs for someday you need them. |
ขนาดไฟล์ | 2.15 MB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 0.9.2 |
อัปเดตครั้งล่าสุด | 2015-04-23 |
วันที่เผยแพร่ | 2015-04-23 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://lrednight.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Box for tabs", "description": "This extension saves tabs for someday you need them.", "version": "0.9.2", "browser_action": { "default_popup": "popup.build.html" }, "permissions": [ "tabs", "contextMenus", "unlimitedStorage" ], "icons": { "16": "imgs\/logo.38.png", "19": "imgs\/logo.38.png", "38": "imgs\/logo.38.png", "128": "imgs\/logo.128.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "index.build.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |