Copylink
Click to copy the url of the current page to your clipboard
什麼是Copylink?
Copylink是由https://rgbstudios.org開發的Chrome擴展程式,該擴展的主要功能是“Click to copy the url of the current page to your clipboard”。
擴展截圖
下載Copylink擴展crx文件
下載Copylink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simply click the button to copy the address of the current website. * Use copylink to quickly send, share, or save the url to a website. * The address is also displayed in a little textbox. Don't forget to rate and share! Enjoy! :) V.1.3.0 RGB Studios rgbstudios.org facebook.com/rgbstudios.org/ [email protected]
擴展基本資訊
名稱 | Copylink |
ID | hmbglhnodfegeiemefjoejkkmncdobde |
官方網址 | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
簡介 | Click to copy the url of the current page to your clipboard |
檔案大小 | 7.6 KB |
安裝次數 | 362 |
目前版本 | 1.3.0 |
更新時間 | 2023-11-21 |
上架時間 | 2019-12-03 |
評分 | 4.25/5 共 4 次評分 |
開發者 | https://rgbstudios.org |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copylink", "description": "Click to copy the url of the current page to your clipboard", "version": "1.3.0", "action": { "default_icon": "128_icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "clipboardWrite" ], "icons": { "128": "128_icon.png", "48": "48_icon.png", "16": "16_icon.png" } } |