Clean Copy
Copy a URL without tracking information (query string).
Qu'est-ce que Clean Copy ?
Clean Copy est une extension Chrome développée par jdsadoski, et sa fonction principale est "Copy a URL without tracking information (query string).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clean Copy
Téléchargez les fichiers d'extension Clean Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Clean Copy |
ID | hhaleljpeeeleeopbdmcahjankncelgb |
URL Officiel | https://chromewebstore.google.com/detail/clean-copy/hhaleljpeeeleeopbdmcahjankncelgb |
Description | Copy a URL without tracking information (query string). |
Taille du Fichier | 15.49 KB |
Nombre d'Installations | 90 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-04-11 |
Date de Publication | 2021-04-08 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | jdsadoski |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jSadoski/cleanCopy |
URL de la Page d'Aide | https://github.com/jSadoski/cleanCopy/issues |
Langues Prises en Charge | 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" } } |