URLDecodeCopy
URLエンコードされたURLをURLデコードしてコピーします。
Wat is URLDecodeCopy?
URLDecodeCopy is een Chrome-extensie ontwikkeld door takusan_23, en de belangrijkste functie is "URLエンコードされたURLをURLデコードしてコピーします。".
Extensie Screenshots
Download het CRX-bestand van de extensie URLDecodeCopy
Download URLDecodeCopy-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
今開いてるURLに日本語等が入っている場合、URLをコピーするとパーセントエンコーディング(URLエンコード)されてしまい、URLがすごく長くなってしまいます。 ここでこの拡張機能を利用するとパーセントエンコーディングせずにURLをコピーでき短くできます。
Basisinformatie over de Extensie
Naam | |
ID | adkpafipejnomfpgebfjgphomfbghbhl |
Officiële URL | https://chromewebstore.google.com/detail/urldecodecopy/adkpafipejnomfpgebfjgphomfbghbhl |
Beschrijving | URLエンコードされたURLをURLデコードしてコピーします。 |
Bestandsgrootte | 28.18 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-04-18 |
Publicatiedatum | 2020-04-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | takusan_23 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URLDecodeCopy", "version": "1.2", "manifest_version": 2, "description": "URL\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305fURL\u3092URL\u30c7\u30b3\u30fc\u30c9\u3057\u3066\u30b3\u30d4\u30fc\u3057\u307e\u3059\u3002", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "clipboardWrite" ], "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ] } } |