Weh Inspector

This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…

Qu'est-ce que Weh Inspector ?

Weh Inspector est une extension Chrome développée par ACLAP, et sa fonction principale est "This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Weh Inspector

Téléchargez les fichiers d'extension Weh Inspector 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

                        This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit.

With Weh Inspector, you can:
- display messages exchanged between the background and the content parts of the add-on
- show the current content of the storage (HTML5 and WebExtensions stores)
- read and modify the add-on preferences

To use Weh Inspector, just right click the window to display the context menu and pick "Weh Inspector" to open the inspector tab. The extension will discover automatically other add-ons developed using Weh and will offer them in a dropdown menu for you to pick which one you want to debug.

Weh is a toolkit to create very quickly add-ons for Chrome, Firefox, Edge, Opera and Vivaldi. It is open-source code available from https://github.com/mi-g/weh . Weh Inspector was developed using Weh.                    

Informations de Base sur l'Extension

Nom Weh Inspector Weh Inspector
ID fmgamnjfcnkcpfbbgifncejeplbpoebg
URL Officiel https://chromewebstore.google.com/detail/weh-inspector/fmgamnjfcnkcpfbbgifncejeplbpoebg
Description This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…
Taille du Fichier 195 KB
Nombre d'Installations 69
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-17
Date de Publication 2017-01-17
Développeur ACLAP
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mi-g/weh
URL de la Page de Politique de Confidentialité https://www.downloadhelper.net/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weh Inspector",
    "default_locale": "en_US",
    "version": "1.0",
    "version_name": "1.0",
    "author": "Michel Gutierrez",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "32": "content\/images\/icon-32.png",
        "40": "content\/images\/icon-40.png",
        "48": "content\/images\/icon-48.png",
        "128": "content\/images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "management"
    ]
}