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 |
Eメール | [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" } } |