url-maker
The app can conveniently display the parameters of url.
What is url-maker?
url-maker is a Chrome extension developed by lisahang, and its main feature is "The app can conveniently display the parameters of url.".
Extension Screenshots
Download url-maker Extension CRX File
Download url-maker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
该应用可以把网址上的参数直观的展示出来。也可以修改相关参数并刷新网页。 The app can conveniently display the parameters of url. 可以在网址框修改参数,一键添加debug并可以记忆qq号~ -v2.1.0 可以对参数中的json进行解析 -v2.2.0 修复参数解析成乱码的bug
Extension Basic Information
Name | url-maker |
ID | omcnnmnboifgijnnpihpejkjniodmmnh |
Official URL | https://chromewebstore.google.com/detail/url-maker/omcnnmnboifgijnnpihpejkjniodmmnh |
Description | The app can conveniently display the parameters of url. |
File Size | 59.42 KB |
Installation Count | 51 |
Current Version | 2.2.0 |
Last Updated | 2018-10-10 |
Publish Date | 2018-10-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | lisahang |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |