TabStash
Group your tabs and open them later.
TabStashคืออะไร?
TabStash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browser-extensions.com และคุณลักษณะหลักของมันคือ "Group your tabs and open them later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabStash
ดาวน์โหลดไฟล์ส่วนขยาย TabStash ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Group your tabs and open them later.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabStash |
ID | mdeicgkmlobfdddmfplopohhnhkiiicj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj |
คำอธิบาย | Group your tabs and open them later. |
ขนาดไฟล์ | 299 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-10-27 |
วันที่เผยแพร่ | 2017-10-27 |
ผู้พัฒนา | https://browser-extensions.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://browser-extensions.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.0.1", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__" }, "permissions": [ "history", "tabCapture", "tabs", "topSites", "storage", "unlimitedStorage", " |