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 |
| Eメール | [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"
]
} | |