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 là gì?
One Click URL Decoder là một tiện ích mở rộng Chrome được phát triển bởi https://kirillgavrilenko.com, và tính năng chính của nó là "Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng One Click URL Decoder
Tải xuống các tệp mở rộng One Click URL Decoder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | One Click URL Decoder |
ID | dcahbeljhdhmphlddfafboghngpnhjgg |
URL Chính Thức | https://chromewebstore.google.com/detail/one-click-url-decoder/dcahbeljhdhmphlddfafboghngpnhjgg |
Mô tả | Just click on the icon. It will decode and copy to your clipboard. Then press Ctrl+V |
Kích Thước Tệp | 8.95 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-11-12 |
Ngày Phát Hành | 2021-11-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://kirillgavrilenko.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://kirillgavrilenko.com/one-click-decoder-url/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |