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文件

下載Copy URLs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}