Permissions With Warnings

A warning permissions checking tool for extension developers

Co to jest Permissions With Warnings?

Permissions With Warnings to rozszerzenie Chrome opracowane przez https://guokai.dev, a jego główną funkcją jest „A warning permissions checking tool for extension developers”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Permissions With Warnings

Pobierz pliki rozszerzeń Permissions With Warnings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Permissions With Warnings Permissions With Warnings
ID dplpkallinkfbekcfikikjhlfimagafo
Oficjalny URL https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo
Opis A warning permissions checking tool for extension developers
Rozmiar pliku 7.87 KB
Liczba instalacji 42
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-08-26
Data Publikacji 2022-08-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://guokai.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/hanguokai/warning-permissions
Adres URL Strony Polityki Prywatności https://guokai.dev/privacy
Obsługiwane Języki 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"
    }
}