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 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |