Gato URL Encoder / Decoder
Gato URL Encoder / Decoder encodes to and decodes from url encoded format.
什么是Gato URL Encoder / Decoder?
Gato URL Encoder / Decoder是由gatoapps开发的Chrome扩展程序,该扩展的主要功能是“Gato URL Encoder / Decoder encodes to and decodes from url encoded format.”。
扩展截图
下载Gato URL Encoder / Decoder扩展crx文件
下载Gato URL Encoder / Decoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gato URL Encoder / Decoder encodes to and decodes from url encoded format. 扩展基本信息
| 名称 | |
| ID | ickbkdcodlofikmijhddajkepopjlfag |
| 官方URL | https://chromewebstore.google.com/detail/gato-url-encoder-decoder/ickbkdcodlofikmijhddajkepopjlfag |
| 简介 | Gato URL Encoder / Decoder encodes to and decodes from url encoded format. |
| 文件大小 | 14.06 KB |
| 安装次数 | 192 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2014-01-30 |
| 上架时间 | 2014-01-29 |
| 开发者 | gatoapps |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gato URL Encoder \/ Decoder",
"manifest_version": 2,
"version": "1.0.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"description": "Gato URL Encoder \/ Decoder encodes to and decodes from url encoded format.",
"browser_action": {
"default_icon": "icons\/16.png",
"default_popup": "popup.html"
}
} | |