Tab Exporter

Export your open tabs into HTML links for sharing or later use

Tab Exporterคืออะไร?

Tab Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lonm และคุณลักษณะหลักของมันคือ "Export your open tabs into HTML links for sharing or later use"

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

screenshot
screenshot

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

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

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

                        Export your tabs for use in other applications                    

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

ชื่อ Tab Exporter Tab Exporter
ID nfplecfiodfcjnkkflgcgijnhhgglbgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-exporter/nfplecfiodfcjnkkflgcgijnhhgglbgf
คำอธิบาย Export your open tabs into HTML links for sharing or later use
ขนาดไฟล์ 14.73 KB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-10-04
วันที่เผยแพร่ 2018-10-04
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา lonm
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/LonMcGregor/TabExporter
URL หน้าช่วยเหลือ https://github.com/LonMcGregor/TabExporter
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "author": "L\u00e9on McGregor",
    "homepage_url": "https:\/\/github.com\/LonMcGregor\/TabExporter",
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "panel.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}