TabSnap

Copy URLs of all open tabs to clipboard

TabSnapคืออะไร?

TabSnap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tinkernthink และคุณลักษณะหลักของมันคือ "Copy URLs of all open tabs to clipboard"

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

screenshot

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

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

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

                        TabSnap: One-Click Tab URLs Exporter

TabSnap is a simple yet efficient browser extension designed to save you time when working with multiple tabs. With just one click, TabSnap copies the URLs of all open tabs to your clipboard, excluding the Chrome extension page. This lightweight tool is perfect for users who need to quickly save, share, or export a list of open tabs.

Features:

Instantly copy all open tab URLs to your clipboard with a single click
Excludes the Chrome extension page URL (chrome://extensions/)
Cross-platform compatibility (works on Windows, macOS, and Linux)
Minimalistic design for easy navigation and usage
No unnecessary permissions or invasive access to your browsing data
Usage:
Simply click on the TabSnap icon in your browser's toolbar, and the extension will automatically copy the URLs of all open tabs to your clipboard. You can then paste the list of URLs into any text editor, email, or document.

TabSnap is ideal for users who frequently work with multiple tabs, such as researchers, students, developers, and professionals. Its straightforward functionality saves time and streamlines your workflow, making it an essential addition to your browser.

Get TabSnap today and experience the ease of copying all open tabs with just one click!                    

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

ชื่อ TabSnap TabSnap
ID kdlfdacienkbgljkcapplmdfgkgcjahj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabsnap/kdlfdacienkbgljkcapplmdfgkgcjahj
คำอธิบาย Copy URLs of all open tabs to clipboard
ขนาดไฟล์ 6.85 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2023-05-08
ผู้พัฒนา tinkernthink
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabSnap",
    "version": "1.0",
    "description": "Copy URLs of all open tabs to clipboard",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon.png"
        }
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "icons": {
        "48": "icon.png"
    }
}