Heads Up

View your data for easier developing.

Heads Upとは何ですか?

Heads UpはDe Voorhoedeによって開発されたChromeの拡張機能で、その主な機能は「View your data for easier developing.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Heads Up拡張機能のCRXファイルをダウンロード

Heads Up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Heads Up Heads Up
ID ajjdmakdoicbgmgoacfmlplnefljpcke
公式URL https://chromewebstore.google.com/detail/heads-up/ajjdmakdoicbgmgoacfmlplnefljpcke
説明 View your data for easier developing.
ファイルサイズ 445 KB
インストール数 140
現在のバージョン 2.3.1
最終更新日 2023-05-15
公開日 2020-02-08
評価 5.00/5 合計 3 レビュー
開発者 De Voorhoede
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://headsup.voorhoede.nl/
対応言語 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
}