Weh Inspector
This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…
Τι είναι το Weh Inspector;
Το Weh Inspector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ACLAP, και η κύρια λειτουργία του είναι "This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Weh Inspector
Λήψη αρχείων επέκτασης Weh Inspector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Weh Inspector |
ID | fmgamnjfcnkcpfbbgifncejeplbpoebg |
Επίσημο URL | https://chromewebstore.google.com/detail/weh-inspector/fmgamnjfcnkcpfbbgifncejeplbpoebg |
Περιγραφή | This extension allows to inspect add-ons that have been developed using the Weh (WebExtensions Helper) toolkit. With Weh… |
Μέγεθος Αρχείου | 195 KB |
Αριθμός Εγκαταστάσεων | 69 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2017-01-17 |
Ημερομηνία Δημοσίευσης | 2017-01-17 |
Προγραμματιστής | ACLAP |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/mi-g/weh |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.downloadhelper.net/privacy |
Υποστηριζόμενες Γλώσσες | 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" ] } |