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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}