Basis.js Devtools
Developer tools plugin to embed Basis.js app inspector
Qu'est-ce que Basis.js Devtools ?
Basis.js Devtools est une extension Chrome développée par basisjs-chrome-plugin, et sa fonction principale est "Developer tools plugin to embed Basis.js app inspector".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Basis.js Devtools
Téléchargez les fichiers d'extension Basis.js Devtools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Basis.js Devtools |
ID | paeokpmlopbdaancddhdhmfepfhcbmek |
URL Officiel | https://chromewebstore.google.com/detail/basisjs-devtools/paeokpmlopbdaancddhdhmfepfhcbmek |
Description | Developer tools plugin to embed Basis.js app inspector |
Taille du Fichier | 13.89 KB |
Nombre d'Installations | 51 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2016-08-29 |
Date de Publication | 2016-08-29 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | basisjs-chrome-plugin |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |