URLEncoder
This Extension can perform URLEncode and URLdecode quickly in browser action.
什么是URLEncoder?
URLEncoder是由tatsuya.nakano开发的Chrome扩展程序,该扩展的主要功能是“This Extension can perform URLEncode and URLdecode quickly in browser action.”。
扩展截图
下载URLEncoder扩展crx文件
下载URLEncoder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
v1.1.0
Selectable Encode Type 扩展基本信息
| 名称 | |
| ID | knemomiohalcaaafakbiiijddjdhcnhe |
| 官方URL | https://chromewebstore.google.com/detail/urlencoder/knemomiohalcaaafakbiiijddjdhcnhe |
| 简介 | This Extension can perform URLEncode and URLdecode quickly in browser action. |
| 文件大小 | 178 KB |
| 安装次数 | 430 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2014-02-01 |
| 上架时间 | 2014-02-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | tatsuya.nakano |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URLEncoder",
"description": "This Extension can perform URLEncode and URLdecode quickly in browser action.",
"version": "1.1.2",
"icons": {
"16": "images\/main_icon\/small.png",
"48": "images\/main_icon\/medium.png",
"128": "images\/main_icon\/large.png"
},
"browser_action": {
"default_icon": "images\/main_icon\/medium.png",
"default_popup": "popup.html"
}
} | |