Copy URL
Copy URL of the active tab into the clipboard
什麼是Copy URL?
Copy URL是由https://lukaspolak.com開發的Chrome擴展程式,該擴展的主要功能是“Copy URL of the active tab into the clipboard”。
擴展截圖
下載Copy URL擴展crx文件
下載Copy URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Copy URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic! Now you can even change the extension icon color! Just right-click on the extension, pick an "Options," and choose your preferred color theme.
擴展基本資訊
名稱 | Copy URL |
ID | fcniaangaighnlfnjgcaonolkiibkdan |
官方網址 | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
簡介 | Copy URL of the active tab into the clipboard |
檔案大小 | 85.23 KB |
安裝次數 | 25 |
目前版本 | 1.0 |
更新時間 | 2021-12-25 |
上架時間 | 2021-12-24 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://lukaspolak.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
說明頁面URL | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL", "description": "Copy URL of the active tab into the clipboard", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_icon": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } }, "icons": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } } |