Weh Inspector

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

Co to jest Weh Inspector?

Weh Inspector to rozszerzenie Chrome opracowane przez ACLAP, a jego główną funkcją jest „This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Weh Inspector

Pobierz pliki rozszerzeń Weh Inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Weh Inspector Weh Inspector
ID fmgamnjfcnkcpfbbgifncejeplbpoebg
Oficjalny URL https://chromewebstore.google.com/detail/weh-inspector/fmgamnjfcnkcpfbbgifncejeplbpoebg
Opis This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…
Rozmiar pliku 195 KB
Liczba instalacji 69
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-01-17
Data Publikacji 2017-01-17
Deweloper ACLAP
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/mi-g/weh
Adres URL Strony Polityki Prywatności https://www.downloadhelper.net/privacy
Obsługiwane Języki 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"
    ]
}