One Click URL Decoder
Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V
One Click URL Decoderとは何ですか?
One Click URL Decoderはhttps://kirillgavrilenko.comによって開発されたChromeの拡張機能で、その主な機能は「Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V」です。
拡張機能のスクリーンショット
One Click URL Decoder拡張機能のCRXファイルをダウンロード
One Click URL Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Decode URL - just one click away from pasting the beautiful original URL. When you copy a non URL with non-English letters - you will paste it, and it will be one mess, super long, and not user-friendly. This extension makes all problems disappear - click and paste. Here is why I made this extension: Copy and paste a messy URL make me angry, so I found a website that can decode the URL (https://meyerweb.com/eric/tools/dencoder/), but I too many steps. So I create this small extension with only one step - one click. [This open-source project] For any problems or suggestions - please reach me on Github \ Facebook \ Linkedin Thanks, Kirill
拡張機能の基本情報
名前 | One Click URL Decoder |
ID | dcahbeljhdhmphlddfafboghngpnhjgg |
公式URL | https://chromewebstore.google.com/detail/one-click-url-decoder/dcahbeljhdhmphlddfafboghngpnhjgg |
説明 | Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V |
ファイルサイズ | 8.95 KB |
インストール数 | 32 |
現在のバージョン | 1.1 |
最終更新日 | 2021-11-12 |
公開日 | 2021-11-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://kirillgavrilenko.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://kirillgavrilenko.com/one-click-decoder-url/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click URL Decoder", "version": "1.1", "manifest_version": 2, "description": "Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ] } |