Copy All URLs (Free)

A simple Chrome extension to copy URLs of all open tabs.

Copy All URLs (Free)คืออะไร?

Copy All URLs (Free) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lorenzo Solís และคุณลักษณะหลักของมันคือ "A simple Chrome extension to copy URLs of all open tabs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy All URLs (Free)

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

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

                        Copy All Tabs is an intuitive and efficient Chrome extension designed to help you instantly copy the URLs of all open tabs in your browser window. With just a single click, the extension will gather the URLs and copy them to your clipboard, ready for you to paste wherever you need. Whether you're working on research, sharing resources with friends, or keeping track of your favorite websites, Copy All Tabs will streamline the process for you.

Key Features:

- One-click URL copying: The simple and user-friendly interface of Copy All Tabs allows you to copy all open tab URLs with just a single click.

- Automatic URL formatting: The extension automatically formats the copied URLs as a list, with each URL on a new line, making it easy to read, organize, and share.

- Real-time notifications: Get instant notifications confirming that the URLs have been successfully copied to your clipboard, so you can be sure that the process has been completed.

- Lightweight and efficient: Copy All Tabs is designed to be fast and lightweight, ensuring that your browsing experience is not impacted by the extension.

- Privacy-focused: Your data is yours, and Copy All Tabs respects that. The extension does not collect or store any personal information or browsing data.                    

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

ชื่อ Copy All URLs (Free) Copy All URLs (Free)
ID pnbocjclllbkfkkchadljokjclnpakia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-all-urls-free/pnbocjclllbkfkkchadljokjclnpakia
คำอธิบาย A simple Chrome extension to copy URLs of all open tabs.
ขนาดไฟล์ 24.68 KB
จำนวนการติดตั้ง 2,431
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-08-25
วันที่เผยแพร่ 2023-04-07
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Lorenzo Solís
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy All URLs (Free)",
    "version": "2.0",
    "description": "A simple Chrome extension to copy URLs of all open tabs.",
    "permissions": [
        "tabs",
        "clipboardWrite",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}