Basis.js Devtools
Developer tools plugin to embed Basis.js app inspector
Wat is Basis.js Devtools?
Basis.js Devtools is een Chrome-extensie ontwikkeld door basisjs-chrome-plugin, en de belangrijkste functie is "Developer tools plugin to embed Basis.js app inspector".
Extensie Screenshots
Download het CRX-bestand van de extensie Basis.js Devtools
Download Basis.js Devtools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Basis.js Devtools |
ID | paeokpmlopbdaancddhdhmfepfhcbmek |
Officiële URL | https://chromewebstore.google.com/detail/basisjs-devtools/paeokpmlopbdaancddhdhmfepfhcbmek |
Beschrijving | Developer tools plugin to embed Basis.js app inspector |
Bestandsgrootte | 13.89 KB |
Aantal Installaties | 51 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2016-08-29 |
Publicatiedatum | 2016-08-29 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | basisjs-chrome-plugin |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |