Heads Up
View your
data for easier developing.Cos'è Heads Up?
Heads Up è un'estensione di Chrome sviluppata da De Voorhoede, e la sua funzione principale è "View your
data for easier developing.".Screenshot dell'Estensione
Scarica il file CRX dell'estensione Heads Up
Scarica i file di estensione Heads Up 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
Heads Up is a tool for web developers to easily and visually see the data in your . This prevents time spent viewing the source code of the page you are testing. Heads Up works with any site and web app. Supports local host and hot module reloading. Heads Up currently supports: - Inspecting page for application and search related metadata. - Previewing cards for Facebook, LinkedIn, Slack, Twitter and WhatsApp. Heads Up is open source. You can view the source code on Github at: https://github.com/voorhoede/heads-up.
Informazioni di Base sull'Estensione
Nome | Heads Up |
ID | ajjdmakdoicbgmgoacfmlplnefljpcke |
URL Ufficiale | https://chromewebstore.google.com/detail/heads-up/ajjdmakdoicbgmgoacfmlplnefljpcke |
Descrizione | View your data for easier developing. |
Dimensione del File | 445 KB |
Conteggio Installazioni | 140 |
Versione Corrente | 2.3.1 |
Ultimo Aggiornamento | 2023-05-15 |
Data di Pubblicazione | 2020-02-08 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | De Voorhoede |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://headsup.voorhoede.nl/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Heads Up", "short_name": "Heads Up", "version": "2.3.1", "description": "View your data for easier developing.", "author": "De Voorhoede", "minimum_chrome_version": "90.0", "icons": { "36": "devtools\/assets\/icons\/icon-36.png", "96": "devtools\/assets\/icons\/icon-96.png" }, "background": { "service_worker": "devtools\/background.js", "type": "module" }, "devtools_page": "devtools\/devtools.html", "content_scripts": [ { "matches": [ " |