url-maker
The app can conveniently display the parameters of url.
什么是url-maker?
url-maker是由lisahang开发的Chrome扩展程序,该扩展的主要功能是“The app can conveniently display the parameters of url.”。
扩展截图
下载url-maker扩展crx文件
下载url-maker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
该应用可以把网址上的参数直观的展示出来。也可以修改相关参数并刷新网页。
The app can conveniently display the parameters of url.
可以在网址框修改参数,一键添加debug并可以记忆qq号~
-v2.1.0
可以对参数中的json进行解析
-v2.2.0
修复参数解析成乱码的bug 扩展基本信息
| 名称 | |
| ID | omcnnmnboifgijnnpihpejkjniodmmnh |
| 官方URL | https://chromewebstore.google.com/detail/url-maker/omcnnmnboifgijnnpihpejkjniodmmnh |
| 简介 | The app can conveniently display the parameters of url. |
| 文件大小 | 59.42 KB |
| 安装次数 | 51 |
| 当前版本 | 2.2.0 |
| 更新时间 | 2018-10-10 |
| 上架时间 | 2018-10-10 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | lisahang |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "url-maker",
"manifest_version": 2,
"version": "2.2.0",
"description": "The app can conveniently display the parameters of url.",
"browser_action": {
"default_icon": "icon.png",
"default_title": "URL-Maker",
"default_popup": "change.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/"
],
"js": [
"jquery-3.1.1.min.js",
"main.js"
]
}
],
"permissions": [
"tabs",
"storage"
]
} | |