Copy Link
Chrome extension to copy the link of the current page.
什麼是Copy Link?
Copy Link是由chick307開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to copy the link of the current page.”。
擴展截圖
下載Copy Link擴展crx文件
下載Copy Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps you to copy the link of the current page. 擴展基本資訊
| 名稱 | |
| ID | odhbmnlhdmbcacdoopohcddanplmmljd |
| 官方網址 | https://chromewebstore.google.com/detail/copy-link/odhbmnlhdmbcacdoopohcddanplmmljd |
| 簡介 | Chrome extension to copy the link of the current page. |
| 檔案大小 | 67.58 KB |
| 安裝次數 | 18 |
| 目前版本 | 1.2.0 |
| 更新時間 | 2021-08-03 |
| 上架時間 | 2020-02-09 |
| 開發者 | chick307 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Copy Link",
"version": "1.2.0",
"description": "Chrome extension to copy the link of the current page.",
"browser_action": {
"default_icon": {
"32": "assets\/images\/browser-action-32.png",
"64": "assets\/images\/browser-action-64.png"
},
"default_popup": "views\/popup.html",
"default_title": "Copy Link"
},
"content_security_policy": "default-src 'self'",
"icons": {
"64": "assets\/images\/icon-64.png",
"128": "assets\/images\/icon-128.png"
},
"minimum_chrome_version": "79",
"permissions": [
"activeTab"
]
} | |