Permissions With Warnings
A warning permissions checking tool for extension developers
Qu'est-ce que Permissions With Warnings ?
Permissions With Warnings est une extension Chrome développée par https://guokai.dev, et sa fonction principale est "A warning permissions checking tool for extension developers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Permissions With Warnings
Téléchargez les fichiers d'extension Permissions With Warnings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Permissions With Warnings |
ID | dplpkallinkfbekcfikikjhlfimagafo |
URL Officiel | https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo |
Description | A warning permissions checking tool for extension developers |
Taille du Fichier | 7.87 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-08-26 |
Date de Publication | 2022-08-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://guokai.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hanguokai/warning-permissions |
URL de la Page de Politique de Confidentialité | https://guokai.dev/privacy |
Langues Prises en Charge | 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" } } |