Magic Chrome Extension
Build a Chrome extension with Magic auth!
Magic Chrome Extensionとは何ですか?
Magic Chrome Extensionはhunterによって開発されたChromeの拡張機能で、その主な機能は「Build a Chrome extension with Magic auth!」です。
拡張機能のスクリーンショット
Magic Chrome Extension拡張機能のCRXファイルをダウンロード
Magic Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This app integrates passwordless authentication into a chrome browser extension to show developers how they can add authentication to their own chrome extensions.
拡張機能の基本情報
名前 | |
ID | ealdjejebmabnecpgbahojanllhpjlef |
公式URL | https://chrome.google.com/webstore/detail/magic-chrome-extension/ealdjejebmabnecpgbahojanllhpjlef |
説明 | Build a Chrome extension with Magic auth! |
ファイルサイズ | 335 KB |
インストール数 | 152 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-04-05 |
公開日 | 2021-04-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | hunter |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://magic.link |
プライバシーポリシーページのURL | https://magic.link/legal/developer-privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic Chrome Extension", "description": "Build a Chrome extension with Magic auth!", "version": "0.1.0", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "\/icon-purple.png", "48": "\/icon-purple.png", "128": "\/icon-purple.png" } }, "icons": { "16": "\/icon-purple.png", "48": "\/icon-purple.png", "128": "\/icon-purple.png" } } |