Copy URLs

Quickly copy URLs from your open tabs, links within a page and more to the clipboard

Copy URLs란 무엇입니까?

Copy URLs은(는) https://george.mand.is에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly copy URLs from your open tabs, links within a page and more to the clipboard"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Copy URLs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A minimal-fuss extension to copy URLs to your clipboard from various sources including:
- Open tabs in your current window
- Links within the current page
- Links within a selection

How to use:
- Right-click anywhere on the page and select "Copy URLs to clipboard from..." from the context menu
- Select the source you wish to copy from from the sub-menu:
  - "Links in this selection" will copy links within any selected text on the current page
  - "Open tabs in this window" will copy the URLs from all the tabs in your current window
  - "Links on this page" will copy any links found on the page you are currently viewing
- If you keep the extension pinned in your browser you can right-click the icon to reveal the context menu there as well

That's it! No tracking, excess permissions or other shenanigans. View the code and see for yourself: 

https://github.com/georgemandis/copy-open-tabs-urls                    

확장 프로그램 기본 정보

이름 Copy URLs Copy URLs
ID gpmnhkeajnnnkjkgcopciocmdcdkapbh
공식 URL https://chromewebstore.google.com/detail/copy-urls/gpmnhkeajnnnkjkgcopciocmdcdkapbh
설명 Quickly copy URLs from your open tabs, links within a page and more to the clipboard
파일 크기 14.67 KB
설치 횟수 150
현재 버전 2.0.0
최근 업데이트 2024-02-11
출시 날짜 2020-04-21
평점 5.00/5 총 1 개의 평점
개발자 https://george.mand.is
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://george.mand.is/hire
도움말 페이지 URL https://george.mand.is/contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URLs",
    "version": "2.0.0",
    "description": "Quickly copy URLs from your open tabs, links within a page and more to the clipboard",
    "author": "George Mandis ",
    "homepage_url": "https:\/\/george.mand.is\/hire",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}