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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Permissions With Warnings
قم بتنزيل ملفات الامتداد Permissions With Warnings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |