CopyURL Extension
Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
什么是CopyURL Extension?
CopyURL Extension是由https://grademiners.com开发的Chrome扩展程序,该扩展的主要功能是“Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.”。
扩展截图
下载CopyURL Extension扩展crx文件
下载CopyURL Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
扩展基本信息
名称 | CopyURL Extension |
ID | cjoghpfkipapcnmhmdhjkbompidigllf |
官方URL | https://chromewebstore.google.com/detail/copyurl-extension/cjoghpfkipapcnmhmdhjkbompidigllf |
简介 | Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click. |
文件大小 | 6.17 KB |
安装次数 | 70 |
当前版本 | 1.0 |
更新时间 | 2021-09-26 |
上架时间 | 2021-09-25 |
评分 | 5.00/5 共2次评分 |
开发者 | https://grademiners.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://grademiners.com/ |
帮助页面URL | https://grademiners.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "CopyURL Extension", "homepage_url": "https:\/\/grademiners.com\/", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Copy URL", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |