Export Tabs URLs

Save a list of all open tabs into a text file.

Export Tabs URLsคืออะไร?

Export Tabs URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skend และคุณลักษณะหลักของมันคือ "Save a list of all open tabs into a text file."

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

screenshot
screenshot

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

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

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

                        List the URLs of all the open tabs and copy that list to clipboard or export it to a file.

Features:
- include titles
- custom format (e.g. markdown, html…)
- filter tabs
- limit to current window
- list non-HTTP(s) URLs
- ignore pinned tabs                    

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

ชื่อ Export Tabs URLs Export Tabs URLs
ID jfcmbgcnangoalgpopaakignejjfpcmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo
คำอธิบาย Save a list of all open tabs into a text file.
ขนาดไฟล์ 65.67 KB
จำนวนการติดตั้ง 3,602
เวอร์ชันปัจจุบัน 0.2.13
อัปเดตครั้งล่าสุด 2021-09-25
วันที่เผยแพร่ 2021-09-25
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา skend
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/skend/export-tabs-urls
URL หน้าช่วยเหลือ https://github.com/skend/export-tabs-urls
ภาษาที่รองรับ de,en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.2.13",
    "default_locale": "en_US",
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "64": "img\/64x64.png",
        "128": "img\/128x128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "img\/128x128.png",
        "default_title": "__MSG_appButtonDesc__",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true
    },
    "permissions": [
        "clipboardWrite",
        "notifications",
        "storage",
        "tabs"
    ]
}

ส่วนขยายที่เกี่ยวข้อง