Permissions With Warnings
A warning permissions checking tool for extension developers
Permissions With Warningsとは何ですか?
Permissions With Warningsはhttps://guokai.devによって開発されたChromeの拡張機能で、その主な機能は「A warning permissions checking tool for extension developers」です。
拡張機能のスクリーンショット
Permissions With Warnings拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |