By: Jefik
Inspect and view changes in Clipboard URL Normalizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Clipboard URL Normalizer",
"version": "1.1",
"description": "Normalizes URLs copied to clipboard: decodes percent-encoded characters and re-encodes spaces as %20.",
"homepage_url": "https://github.com/Jefik37/clipboard-url-normalizer",
"browser_specific_settings": {
"gecko": {
"id": "clipboard-url-normalizer@local",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
}
} Best Clipboard URL Normalizer Alternatives
Here are some Firefox add-ons that are similar to Clipboard URL Normalizer:
Copy Decoded URL
hms5232
Copy URL with Keyboard
Nick Tassone
Clip url
Vogu66
Copy Unicode URLs
ilyaigpetrov
Copy current URL shortcut
kooler
Base64 URL Decoder
arunpdl
URL Clutter remover
Timon
Clipboard Modifier
Mitch Crane
Sanitize It
Seth Cottle
Arc Like Copy Link
uday_699
Simple URL Copy
Misoni
Decode On Copy
Brian McDonald