tabs2txt

Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.

tabs2txtคืออะไร?

tabs2txt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zvxr.tech และคุณลักษณะหลักของมันคือ "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window."

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

screenshot

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

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

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

                        This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard.
The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.                    

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

ชื่อ tabs2txt tabs2txt
ID jaobckfgmoejmffgmlllfohadijkicgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf
คำอธิบาย Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
ขนาดไฟล์ 8.48 KB
จำนวนการติดตั้ง 491
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-04-26
วันที่เผยแพร่ 2017-04-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา zvxr.tech
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zvxr.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/page-32.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/page-16.png",
        "32": "icons\/page-32.png",
        "48": "icons\/page-48.png"
    }
}