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 |
电子邮箱 | [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" } } |