Clean Copy

Copy a URL without tracking information (query string).

Wat is Clean Copy?

Clean Copy is een Chrome-extensie ontwikkeld door jdsadoski, en de belangrijkste functie is "Copy a URL without tracking information (query string).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Clean Copy

Download Clean Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Clean Copy Clean Copy
ID hhaleljpeeeleeopbdmcahjankncelgb
Officiële URL https://chromewebstore.google.com/detail/clean-copy/hhaleljpeeeleeopbdmcahjankncelgb
Beschrijving Copy a URL without tracking information (query string).
Bestandsgrootte 15.49 KB
Aantal Installaties 90
Huidige Versie 1.0
Laatst Bijgewerkt 2021-04-11
Publicatiedatum 2021-04-08
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jdsadoski
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jSadoski/cleanCopy
Help Pagina-URL https://github.com/jSadoski/cleanCopy/issues
Ondersteunde Talen 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"
    }
}