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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |