Permissions With Warnings

A warning permissions checking tool for extension developers

Apa itu Permissions With Warnings?

Permissions With Warnings adalah ekstensi Chrome yang dikembangkan oleh https://guokai.dev, dan fitur utamanya adalah "A warning permissions checking tool for extension developers".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Permissions With Warnings

Unduh file ekstensi Permissions With Warnings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Permissions With Warnings Permissions With Warnings
ID dplpkallinkfbekcfikikjhlfimagafo
URL Resmi https://chromewebstore.google.com/detail/permissions-with-warnings/dplpkallinkfbekcfikikjhlfimagafo
Deskripsi A warning permissions checking tool for extension developers
Ukuran File 7.87 KB
Jumlah Instalasi 42
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-08-26
Tanggal Publikasi 2022-08-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://guokai.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/hanguokai/warning-permissions
URL Halaman Kebijakan Privasi https://guokai.dev/privacy
Bahasa yang Didukung 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"
    }
}