Copy hyperlink as Edge does
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
什麼是Copy hyperlink as Edge does?
Copy hyperlink as Edge does是由zxylost開發的Chrome擴展程式,該擴展的主要功能是“Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].”。
擴展截圖
下載Copy hyperlink as Edge does擴展crx文件
下載Copy hyperlink as Edge does擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. 擴展基本資訊
| 名稱 | |
| ID | pindpfknjjhmjdpgpfdempcnheecfkah |
| 官方網址 | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
| 簡介 | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
| 檔案大小 | 10.83 KB |
| 安裝次數 | 26 |
| 目前版本 | 0.1 |
| 更新時間 | 2023-06-18 |
| 上架時間 | 2023-06-18 |
| 開發者 | zxylost |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"content_scripts": [
{
"all_frames": true,
"js": [
"copyurlwithtitle.js",
"toast.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].",
"icons": {
"128": "128.png"
},
"manifest_version": 3,
"name": "Copy hyperlink as Edge does",
"short_name": "Copy hyperlink as Edge does",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1"
} | |