Copy URL text
A tool to decode URL when copying links from a web page.
Wat is Copy URL text?
Copy URL text is een Chrome-extensie ontwikkeld door dave.waters89, en de belangrijkste functie is "A tool to decode URL when copying links from a web page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy URL text
Download Copy URL text-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
When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting. Basisinformatie over de Extensie
| Naam | |
| ID | hdgelchllommgmclkoobnphdloeaabab |
| Officiële URL | https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab |
| Beschrijving | A tool to decode URL when copying links from a web page. |
| Bestandsgrootte | 3.48 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 0.0.0.2 |
| Laatst Bijgewerkt | 2018-12-04 |
| Publicatiedatum | 2018-12-04 |
| Ontwikkelaar | dave.waters89 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL text",
"description": "A tool to decode URL when copying links from a web page.",
"version": "0.0.0.2",
"manifest_version": 2,
"permissions": [
"https:\/\/myteams.toyota.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/myteams.toyota.com\/*"
],
"js": [
"oncopy.js"
]
}
]
} | |