Frame
Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Frame là gì?
Frame là một tiện ích mở rộng Chrome được phát triển bởi frame-extension-publishers, và tính năng chính của nó là "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Frame
Tải xuống các tệp mở rộng Frame dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Frame |
ID | ifcehhhakbbdkmgabgoielibigicbmpi |
URL Chính Thức | https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi |
Mô tả | Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar! |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2024-01-26 |
Ngày Phát Hành | 2022-11-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | frame-extension-publishers |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://framevr.io |
URL Trang Trợ Giúp | https://learn.framevr.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |