Permissions With Warnings

A warning permissions checking tool for extension developers

Permissions With Warnings là gì?

Permissions With Warnings là một tiện ích mở rộng Chrome được phát triển bởi https://guokai.dev, và tính năng chính của nó là "A warning permissions checking tool for extension developers".

Ả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 Permissions With Warnings

Tải xuống các tệp mở rộng Permissions With Warnings 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

                        Note: this extension is only for browser extension developers.

When users install your extension, some permissions cause a warning to the user. And the extension will be temporarily disabled when upgrading if you add a new warning permission.

This tool provides functionality to check and compare warning permissions. Just copy and paste your extension manifest to the input box.                    

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

Tên Permissions With Warnings Permissions With Warnings
ID dplpkallinkfbekcfikikjhlfimagafo
URL Chính Thức https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo
Mô tả A warning permissions checking tool for extension developers
Kích Thước Tệp 7.87 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-08-26
Ngày Phát Hành 2022-08-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://guokai.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hanguokai/warning-permissions
URL Trang Chính Sách Bảo Mật https://guokai.dev/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Permissions With Warnings",
    "description": "A warning permissions checking tool for extension developers",
    "version": "0.0.1",
    "author": "Guokai Han",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    }
}