Clean Copy
Copy a URL without tracking information (query string).
什么是Clean Copy?
Clean Copy是由jdsadoski开发的Chrome扩展程序,该扩展的主要功能是“Copy a URL without tracking information (query string).”。
扩展截图
下载Clean Copy扩展crx文件
下载Clean Copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension for quickly copying page URLs without the query string. Ideal for sharing shorter links by removing tracking information from them (Looking at you, Amazon). Please note that this may break some links, such as Google search URLs. Credit: Styled using Bulma. Icons courtesy of Heroicons.
扩展基本信息
名称 | Clean Copy |
ID | hhaleljpeeeleeopbdmcahjankncelgb |
官方URL | https://chromewebstore.google.com/detail/clean-copy/hhaleljpeeeleeopbdmcahjankncelgb |
简介 | Copy a URL without tracking information (query string). |
文件大小 | 15.49 KB |
安装次数 | 90 |
当前版本 | 1.0 |
更新时间 | 2021-04-11 |
上架时间 | 2021-04-08 |
评分 | 4.00/5 共2次评分 |
开发者 | jdsadoski |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jSadoski/cleanCopy |
帮助页面URL | https://github.com/jSadoski/cleanCopy/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Copy", "description": "Copy a URL without tracking information (query string).", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "clipboardWrite" ], "action": { "default_icon": { "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "icons": { "32": "images\/icon32.png" } } |