CopyURL Extension

Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.

什麼是CopyURL Extension?

CopyURL Extension是由https://grademiners.com開發的Chrome擴展程式,該擴展的主要功能是“Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.”。

擴展截圖

screenshot
screenshot

下載CopyURL Extension擴展crx文件

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

擴展使用說明

                        Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.                    

擴展基本資訊

名稱 CopyURL Extension CopyURL Extension
ID cjoghpfkipapcnmhmdhjkbompidigllf
官方網址 https://chromewebstore.google.com/detail/copyurl-extension/cjoghpfkipapcnmhmdhjkbompidigllf
簡介 Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
檔案大小 6.17 KB
安裝次數 70
目前版本 1.0
更新時間 2021-09-26
上架時間 2021-09-25
評分 5.00/5 共 2 次評分
開發者 https://grademiners.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://grademiners.com/
說明頁面URL https://grademiners.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "CopyURL Extension",
    "homepage_url": "https:\/\/grademiners.com\/",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Copy URL",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}