Tablist

copy and paste lists of open tabs

Tablistคืออะไร?

Tablist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย slymax และคุณลักษณะหลักของมันคือ "copy and paste lists of open tabs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tablist

ดาวน์โหลดไฟล์ส่วนขยาย Tablist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        https://github.com/slymax/tablist                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tablist Tablist
ID eagbohciligljbgpbdbflaloangiodhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tablist/eagbohciligljbgpbdbflaloangiodhe
คำอธิบาย copy and paste lists of open tabs
ขนาดไฟล์ 84.65 KB
จำนวนการติดตั้ง 1,930
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2022-06-02
วันที่เผยแพร่ 2020-04-16
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา slymax
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://slymax.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tablist",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "copy and paste lists of open tabs",
    "permissions": [
        "search",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}