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
公式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
Eメール [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"
    }
}