Permissions With Warnings

A warning permissions checking tool for extension developers

Permissions With Warningsคืออะไร?

Permissions With Warnings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://guokai.dev และคุณลักษณะหลักของมันคือ "A warning permissions checking tool for extension developers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Permissions With Warnings

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}