Heads Up
View your
data for easier developing.Vad är Heads Up?
Heads Up är en Chrome-tillägg utvecklad av De Voorhoede, och dess huvudfunktion är "View your
data for easier developing.".Tilläggsskärmbilder
Ladda ner Heads Up-förlängningens CRX-fil
Ladda ner Heads Up-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Heads Up |
ID | ajjdmakdoicbgmgoacfmlplnefljpcke |
Officiell webbadress | https://chromewebstore.google.com/detail/heads-up/ajjdmakdoicbgmgoacfmlplnefljpcke |
Beskrivning | View your data for easier developing. |
Filstorlek | 445 KB |
Antal Installationer | 140 |
Aktuell Version | 2.3.1 |
Senast Uppdaterad | 2023-05-15 |
Publiceringsdatum | 2020-02-08 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | De Voorhoede |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://headsup.voorhoede.nl/ |
Stödda Språk | 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": [ " |