iceluna-chrome
iceluna 前后端联调工具
What is iceluna-chrome?
iceluna-chrome is a Chrome extension developed by xiayangxxx, and its main feature is "iceluna 前后端联调工具".
Extension Screenshots
Download iceluna-chrome Extension CRX File
Download iceluna-chrome 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
iceluna研发体系代理工具,用于进行研发阶段的接口代理,数据mock及CDN本地调试。
Extension Basic Information
Name | iceluna-chrome |
ID | lglhmjchllhepjimifoflomgmajmnncd |
Official URL | https://chromewebstore.google.com/detail/iceluna-chrome/lglhmjchllhepjimifoflomgmajmnncd |
Description | iceluna 前后端联调工具 |
File Size | 409 KB |
Installation Count | 252 |
Current Version | 1.0.4 |
Last Updated | 2020-10-29 |
Publish Date | 2020-10-10 |
Developer | xiayangxxx |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iceluna-chrome", "description": "iceluna \u524d\u540e\u7aef\u8054\u8c03\u5de5\u5177", "version": "1.0.4", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |