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”。
扩展截图
下载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 |
ID | dplpkallinkfbekcfikikjhlfimagafo |
官方URL | 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" } } |