Basis.js Devtools
Developer tools plugin to embed Basis.js app inspector
Cos'è Basis.js Devtools?
Basis.js Devtools è un'estensione di Chrome sviluppata da basisjs-chrome-plugin, e la sua funzione principale è "Developer tools plugin to embed Basis.js app inspector".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Basis.js Devtools
Scarica i file di estensione Basis.js Devtools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Basis.js Devtools |
ID | paeokpmlopbdaancddhdhmfepfhcbmek |
URL Ufficiale | https://chromewebstore.google.com/detail/basisjs-devtools/paeokpmlopbdaancddhdhmfepfhcbmek |
Descrizione | Developer tools plugin to embed Basis.js app inspector |
Dimensione del File | 13.89 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2016-08-29 |
Data di Pubblicazione | 2016-08-29 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | basisjs-chrome-plugin |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |