Tab Groups Exporter

Utility to export tab groups

Tab Groups Exporterคืออะไร?

Tab Groups Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย parthpower และคุณลักษณะหลักของมันคือ "Utility to export tab groups"

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

screenshot

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

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

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

                        Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file.

It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/

Contributions are appreciated                    

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

ชื่อ Tab Groups Exporter Tab Groups Exporter
ID hcfnlphlglikfflkikgilkebljgbnica
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica
คำอธิบาย Utility to export tab groups
ขนาดไฟล์ 33.63 KB
จำนวนการติดตั้ง 588
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-09-10
วันที่เผยแพร่ 2021-09-06
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา parthpower
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/parthpower/chrome-tab-group-exporter
URL หน้าช่วยเหลือ https://github.com/parthpower/chrome-tab-group-exporter/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Groups Exporter",
    "description": "Utility to export tab groups",
    "version": "0.1",
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_title": "Export Tab Groups",
        "default_popup": "tabs_api.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 3
}