CopyURL
Copy the URL and title of the active page.
什麼是CopyURL?
CopyURL是由hiroyuki.komatsu開發的Chrome擴展程式,該擴展的主要功能是“Copy the URL and title of the active page.”。
擴展截圖
下載CopyURL擴展crx文件
下載CopyURL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can copy the URL and the title of the page in rich-text by clicking the extension icon. 擴展基本資訊
| 名稱 | |
| ID | jghibnldpjddbfolfkfongaklfidaafd |
| 官方網址 | https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd |
| 簡介 | Copy the URL and title of the active page. |
| 檔案大小 | 7.09 KB |
| 安裝次數 | 167 |
| 目前版本 | 1.4 |
| 更新時間 | 2023-12-08 |
| 上架時間 | 2020-06-21 |
| 開發者 | hiroyuki.komatsu |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/hiroyuki-komatsu/copyurl |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CopyURL",
"description": "Copy the URL and title of the active page.",
"permissions": [
"activeTab",
"clipboardWrite",
"offscreen"
],
"version": "1.4",
"manifest_version": 3,
"icons": {
"128": "icon.png"
},
"action": {
"default_icon": {
"128": "icon.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
}
} | |