Permissions With Warnings

A warning permissions checking tool for extension developers

什麼是Permissions With Warnings?

Permissions With Warnings是由https://guokai.dev開發的Chrome擴展程式,該擴展的主要功能是“A warning permissions checking tool for extension developers”。

擴展截圖

screenshot

下載Permissions With Warnings擴展crx文件

下載Permissions With Warnings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Permissions With Warnings Permissions With Warnings
ID dplpkallinkfbekcfikikjhlfimagafo
官方網址 https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo
簡介 A warning permissions checking tool for extension developers
檔案大小 7.87 KB
安裝次數 42
目前版本 0.0.1
更新時間 2022-08-26
上架時間 2022-08-26
評分 5.00/5 共 1 次評分
開發者 https://guokai.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/hanguokai/warning-permissions
隱私政策頁面URL https://guokai.dev/privacy
支援的語言 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"
    }
}