Frame
Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
什么是Frame?
Frame是由frame-extension-publishers开发的Chrome扩展程序,该扩展的主要功能是“Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!”。
扩展截图
下载Frame扩展crx文件
下载Frame扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Frame (https://framevr.io) is a beta product from Virbela. Frame makes it easy to communicate and collaborate in 3D environments, right from the web browser.
This extension adds a "FRAME" button to Google Calendar that allows choosing a Frame location for an event.
This also gives easy access to a Frame home area from the toolbar!
Google Calendar events can be created by clicking under frames inside the toolbar popup. 扩展基本信息
| 名称 | |
| ID | ifcehhhakbbdkmgabgoielibigicbmpi |
| 官方URL | https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi |
| 简介 | Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar! |
| 文件大小 | 163 KB |
| 安装次数 | 72 |
| 当前版本 | 1.5 |
| 更新时间 | 2024-01-26 |
| 上架时间 | 2022-11-08 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | frame-extension-publishers |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://framevr.io |
| 帮助页面URL | https://learn.framevr.io/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Frame",
"description": "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!",
"version": "1.5",
"manifest_version": 3,
"action": {
"default_title": "Frame",
"default_popup": "popup.html",
"default_icon": {
"128": "\/icon.png"
}
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/calendar.google.com\/calendar\/*"
],
"css": [
"calendar.css"
],
"js": [
"calendar.js"
],
"run_at": "document_start"
}
],
"icons": {
"128": "\/icon.png"
}
} | |