URLDecodeCopy
URLエンコードされたURLをURLデコードしてコピーします。
What is URLDecodeCopy?
URLDecodeCopy is a Chrome extension developed by takusan_23, and its main feature is "URLエンコードされたURLをURLデコードしてコピーします。".
Extension Screenshots
Download URLDecodeCopy Extension CRX File
Download URLDecodeCopy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
今開いてるURLに日本語等が入っている場合、URLをコピーするとパーセントエンコーディング(URLエンコード)されてしまい、URLがすごく長くなってしまいます。 ここでこの拡張機能を利用するとパーセントエンコーディングせずにURLをコピーでき短くできます。
Extension Basic Information
Name | |
ID | adkpafipejnomfpgebfjgphomfbghbhl |
Official URL | https://chromewebstore.google.com/detail/urldecodecopy/adkpafipejnomfpgebfjgphomfbghbhl |
Description | URLエンコードされたURLをURLデコードしてコピーします。 |
File Size | 28.18 KB |
Installation Count | 123 |
Current Version | 1.2 |
Last Updated | 2020-04-18 |
Publish Date | 2020-04-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | takusan_23 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |