Copy All URLs (Free)

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

Copy All URLs (Free)란 무엇입니까?

Copy All URLs (Free)은(는) Lorenzo Solís에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Chrome extension to copy URLs of all open tabs."입니다.

확장 프로그램 스크린샷

screenshot

Copy All URLs (Free) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}