Basis.js Devtools
Developer tools plugin to embed Basis.js app inspector
什么是Basis.js Devtools?
Basis.js Devtools是由basisjs-chrome-plugin开发的Chrome扩展程序,该扩展的主要功能是“Developer tools plugin to embed Basis.js app inspector”。
扩展截图
下载Basis.js Devtools扩展crx文件
下载Basis.js Devtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension to hosting Basis.js remote devtools in browser's Developer tools. Plugins source code: https://github.com/basisjs/browser-plugin basis.js on the Web: - Website: http://basisjs.com - GitHub: http://github.com/basisjs/basisjs
扩展基本信息
名称 | Basis.js Devtools |
ID | paeokpmlopbdaancddhdhmfepfhcbmek |
官方URL | https://chromewebstore.google.com/detail/basisjs-devtools/paeokpmlopbdaancddhdhmfepfhcbmek |
简介 | Developer tools plugin to embed Basis.js app inspector |
文件大小 | 13.89 KB |
安装次数 | 51 |
当前版本 | 2.0.0 |
更新时间 | 2016-08-29 |
上架时间 | 2016-08-29 |
评分 | 5.00/5 共6次评分 |
开发者 | basisjs-chrome-plugin |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Basis.js Devtools", "version": "2.0.0", "description": "Developer tools plugin to embed Basis.js app inspector", "devtools_page": "index.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "32": "img\/icon32x32.png", "128": "img\/icon128x128.png" }, "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "src\/helpers.js", "src\/page.js" ] } ] } |