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 |
| 官方URL | 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"
}
} | |