Heads Up

View your data for easier developing.

Heads Up là gì?

Heads Up là một tiện ích mở rộng Chrome được phát triển bởi De Voorhoede, và tính năng chính của nó là "View your data for easier developing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Heads Up

Tải xuống các tệp mở rộng Heads Up dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Heads Up Heads Up
ID ajjdmakdoicbgmgoacfmlplnefljpcke
URL Chính Thức https://chromewebstore.google.com/detail/heads-up/ajjdmakdoicbgmgoacfmlplnefljpcke
Mô tả View your data for easier developing.
Kích Thước Tệp 445 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2023-05-15
Ngày Phát Hành 2020-02-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển De Voorhoede
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://headsup.voorhoede.nl/
Ngôn Ngữ Được Hỗ Trợ 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
}