cubbles-webinspector
Cubbles web inspector.
Qu'est-ce que cubbles-webinspector ?
cubbles-webinspector est une extension Chrome développée par http://cubbles.github.io, et sa fonction principale est "Cubbles web inspector.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension cubbles-webinspector
Téléchargez les fichiers d'extension cubbles-webinspector 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
The cubbles-webinspector extension allows inspecting Cubbles components located within a webpage. The extension allows you to list the Cubbles (if any) of the inspected webpage. Also, a list of slots is presented with their related information such as type, value and description. Additionally, the value of a slot can be updated. Furthermore, the extension can be used to visualize the interface (and dataflow) of all the root Cubbles components and the connections between them (if any). Additionally, the root dependencies tress can be visualized too. To access this extension, the desired webpage or Cubbles component should be inspected (https://developers.google.com/web/tools/chrome-devtools/).
Informations de Base sur l'Extension
Nom | |
ID | akfjllhjfdmmemabkfcejldemhimifhe |
URL Officiel | https://chrome.google.com/webstore/detail/cubbles-webinspector/akfjllhjfdmmemabkfcejldemhimifhe |
Description | Cubbles web inspector. |
Taille du Fichier | 1.24 MB |
Nombre d'Installations | 10 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-08-30 |
Date de Publication | 2019-08-30 |
Développeur | http://cubbles.github.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "cubbles-webinspector", "version": "1.0.3", "manifest_version": 2, "description": "Cubbles web inspector.", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "devtools_page": "cubx_devtools.html", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cubbles.world blob: 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY=' 'sha256-WMJmFsFQaD6i4QiHDBFkHk2SD1KTOwogDfWzMR2treI=' 'sha256-hA\/OrIWJW4aX8miyRD1hQ85mnl\/lQywd+2k\/bpGXYmg=' 'sha256-sj\/\/9vlymLWU5AwPtZU57N+WjWfEKHVtS+GfRWTLIa8=' 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY='; object-src 'self'", "web_accessible_resources": [ "lib\/injected_script.js" ], "background": { "scripts": [ "lib\/background.js" ], "persistent": false } } |