Tab Stasher
Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup
Tab Stasherคืออะไร?
Tab Stasher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zenoven.com และคุณลักษณะหลักของมันคือ "Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Stasher
ดาวน์โหลดไฟล์ส่วนขยาย Tab Stasher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
暂存标签插件可以一键将当前窗口中所有已打开的标签页暂存,您还可以在插件的小窗口中管理所有已保存的记录。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Stasher |
ID | igbkiendclmannlppkbacbfnolhgoino |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-stasher/igbkiendclmannlppkbacbfnolhgoino |
คำอธิบาย | Tab Stasher can stash all your tabs with one click. You can also manage your stash list or tabs within the extension popup |
ขนาดไฟล์ | 67.76 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2016-12-13 |
วันที่เผยแพร่ | 2016-12-13 |
คะแนน | 4.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://www.zenoven.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/zenoven/tab-stash |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/zenoven/privacy-policy/blob/main/README.md |
ภาษาที่รองรับ | en,en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1.3", "manifest_version": 2, "minimum_chrome_version": "16", "description": "__MSG_extDescription__", "default_locale": "zh_CN", "browser_action": { "default_icon": "images\/16.png", "default_popup": "views\/popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "contextMenus", "tabs", "storage", "bookmarks" ], "background": { "scripts": [ "js\/background.bundle.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |