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?
URLs Decoder/Encoder with unique characters是由Mendy Leizerovich开发的Chrome扩展程序,该扩展的主要功能是“Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area.”。
扩展截图
下载URLs Decoder/Encoder with unique characters扩展crx文件
下载URLs Decoder/Encoder with unique characters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 .
扩展基本信息
名称 | URLs Decoder/Encoder with unique characters |
ID | jpdcolaeaiichiecnellpcmmiafhamll |
官方URL | https://chromewebstore.google.com/detail/urls-decoderencoder-with/jpdcolaeaiichiecnellpcmmiafhamll |
简介 | Simultaneously decodes the current tab URL or decode/encode multiple URLs by pasting them to the text area. |
文件大小 | 282 KB |
安装次数 | 344 |
当前版本 | 1.2.0 |
更新时间 | 2021-11-04 |
上架时间 | 2020-05-02 |
评分 | 5.00/5 共2次评分 |
开发者 | Mendy Leizerovich |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mendz/urls-decoder |
帮助页面URL | https://github.com/mendz/urls-decoder/issues |
支持的语言 | 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" ] } |