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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Frame Frame
ID ifcehhhakbbdkmgabgoielibigicbmpi
官方網址 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"
    }
}