Permissions With Warnings
A warning permissions checking tool for extension developers
Vad är Permissions With Warnings?
Permissions With Warnings är en Chrome-tillägg utvecklad av https://guokai.dev, och dess huvudfunktion är "A warning permissions checking tool for extension developers".
Tilläggsskärmbilder
Ladda ner Permissions With Warnings-förlängningens CRX-fil
Ladda ner Permissions With Warnings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Permissions With Warnings |
ID | dplpkallinkfbekcfikikjhlfimagafo |
Officiell webbadress | https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo |
Beskrivning | A warning permissions checking tool for extension developers |
Filstorlek | 7.87 KB |
Antal Installationer | 42 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-08-26 |
Publiceringsdatum | 2022-08-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://guokai.dev |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/hanguokai/warning-permissions |
URL till Sekretesspolicy Sidan | https://guokai.dev/privacy |
Stödda Språk | 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" } } |