Heads Up

View your data for easier developing.

Apa itu Heads Up?

Heads Up adalah ekstensi Chrome yang dikembangkan oleh De Voorhoede, dan fitur utamanya adalah "View your data for easier developing.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Heads Up

Unduh file ekstensi Heads Up dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Heads Up Heads Up
ID ajjdmakdoicbgmgoacfmlplnefljpcke
URL Resmi https://chromewebstore.google.com/detail/heads-up/ajjdmakdoicbgmgoacfmlplnefljpcke
Deskripsi View your data for easier developing.
Ukuran File 445 KB
Jumlah Instalasi 140
Versi Saat Ini 2.3.1
Terakhir Diperbarui 2023-05-15
Tanggal Publikasi 2020-02-08
Penilaian 5.00/5 Total 3 Penilaian
Pengembang De Voorhoede
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://headsup.voorhoede.nl/
Bahasa yang Didukung 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": [
                ""
            ],
            "js": [
                "devtools\/content.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "manifest_version": 3
}