youshu
有数开发提效插件
What is youshu?
youshu is a Chrome extension developed by taojinhuo, and its main feature is "有数开发提效插件".
Extension Screenshots
Download youshu Extension CRX File
Download youshu 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
用于内网产品有数的开发提效,在特定产品中,判断用户的请求,是否符合某种情况,如果符合提供方便的调试视图
Extension Basic Information
Name | youshu |
ID | jffnbhjhndabcccjmmcjhngjccaiebpb |
Official URL | https://chromewebstore.google.com/detail/youshu/jffnbhjhndabcccjmmcjhngjccaiebpb |
Description | 有数开发提效插件 |
File Size | 5.41 MB |
Installation Count | 108 |
Current Version | 1.0.25 |
Last Updated | 2023-10-25 |
Publish Date | 2021-10-29 |
Developer | taojinhuo |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "taojinhuo", "name": "youshu", "version": "1.0.25", "description": "\u6709\u6570\u5f00\u53d1\u63d0\u6548\u63d2\u4ef6", "icons": { "128": "images\/youshu128.png", "16": "images\/youshu16.png", "48": "images\/youshu48.png", "64": "images\/youshu64.png" }, "browser_action": { "default_icon": "images\/youshu16.png", "default_popup": "popup\/popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/g.alicdn.com http:\/\/127.0.0.1 http:\/\/localhost \/config\/config.html; object-src 'self';", "optional_permissions": [], "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*.alibaba-inc.com\/*", "*:\/\/*.chengfengos.com\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.alibaba.net\/*", "*:\/\/*.dingtalk.com\/*" ], "devtools_page": "devtools\/entry.html", "background": { "page2": "background\/background.html", "scripts": [ "dist\/background.bundle.js" ], "persistent": true } } |