post-message-logger

This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and…

post-message-logger là gì?

post-message-logger là một tiện ích mở rộng Chrome được phát triển bởi inisomniac1426, và tính năng chính của nó là "This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng post-message-logger

Tải xuống các tệp mở rộng post-message-logger 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

                        This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and view any outbound and incoming messages.                    

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

Tên post-message-logger post-message-logger
ID eiinoojjljcjekkaiabgnngeofelnbka
URL Chính Thức https://chromewebstore.google.com/detail/post-message-logger/eiinoojjljcjekkaiabgnngeofelnbka
Mô tả This extension along with the post-message-logger javascript library will help the developers to log the post messages easily and…
Kích Thước Tệp 8.34 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 0.01
Cập Nhật Lần Cuối 2020-10-06
Ngày Phát Hành 2020-10-06
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển inisomniac1426
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/insomniac1426/post-message-logger
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "post-message-logger",
    "version": "0.01",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "logo_y.png",
        "48": "logo_y.png",
        "128": "logo_y.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentScripts\/index.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo_y.png",
        "default_popup": "popup\/index.html",
        "default_title": "post message logger"
    }
}