URLs Decoder/Encoder with unique characters
Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.
URLs Decoder/Encoder with unique characters là gì?
URLs Decoder/Encoder with unique characters là một tiện ích mở rộng Chrome được phát triển bởi Mendy Leizerovich, và tính năng chính của nó là "Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.".
Ả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 URLs Decoder/Encoder with unique characters
Tải xuống các tệp mở rộng URLs Decoder/Encoder with unique characters 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
The extension simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area and let you copy the result with one button. It will remember the last decoded URLs, you can clear them using the "Clear URLs" button. Double click on a decoded URL will select the whole line. The extension manifest icons (all the sizes) are from - Link icon by Icons8: https://icons8.com/icon/80410/link .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URLs Decoder/Encoder with unique characters |
ID | jpdcolaeaiichiecnellpcmmiafhamll |
URL Chính Thức | https://chromewebstore.google.com/detail/urls-decoderencoder-with/jpdcolaeaiichiecnellpcmmiafhamll |
Mô tả | Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area. |
Kích Thước Tệp | 282 KB |
Số Lần Cài Đặt | 344 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2021-11-04 |
Ngày Phát Hành | 2020-05-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Mendy Leizerovich |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mendz/urls-decoder |
URL Trang Trợ Giúp | https://github.com/mendz/urls-decoder/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URLs Decoder\/Encoder with unique characters", "short_name": "URLs Decoder\/Encoder", "description": "Simultaneously decodes the current tab URL or decode\/encode multiple URLs by pasting them to the text area.", "version": "1.2.0", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_title": "URLs Decoder", "default_icon": { "16": "static\/icons\/icons8-link-16.png", "32": "static\/icons\/icons8-link-32.png", "48": "static\/icons\/icons8-link-48.png", "60": "static\/icons\/icons8-link-60.png", "128": "static\/icons\/icons8-link-128.png" } }, "icons": { "16": "static\/icons\/icons8-link-16.png", "32": "static\/icons\/icons8-link-32.png", "48": "static\/icons\/icons8-link-48.png", "60": "static\/icons\/icons8-link-60.png", "128": "static\/icons\/icons8-link-128.png" }, "permissions": [ "tabs", "storage" ] } |