Copy URL
Copy URL of the active tab into the clipboard
什么是Copy URL?
Copy URL是由https://lukaspolak.com开发的Chrome扩展程序,该扩展的主要功能是“Copy URL of the active tab into the clipboard”。
扩展截图
下载Copy URL扩展crx文件
下载Copy URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic!
Now you can even change the extension icon color!
Just right-click on the extension, pick an "Options," and choose your preferred color theme. 扩展基本信息
| 名称 | |
| ID | fcniaangaighnlfnjgcaonolkiibkdan |
| 官方URL | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
| 简介 | Copy URL of the active tab into the clipboard |
| 文件大小 | 85.23 KB |
| 安装次数 | 25 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-12-25 |
| 上架时间 | 2021-12-24 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://lukaspolak.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
| 帮助页面URL | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL",
"description": "Copy URL of the active tab into the clipboard",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"action": {
"default_icon": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
}
},
"icons": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
}
} | |