Open in Notion Desktop
A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Open in Notion Desktop là gì?
Open in Notion Desktop là một tiện ích mở rộng Chrome được phát triển bởi GrassfieldK, và tính năng chính của nó là "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.".
Ả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 Open in Notion Desktop
Tải xuống các tệp mở rộng Open in Notion Desktop 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
Open a Notion link in Notion Desktop when you access any Notion page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open in Notion Desktop |
ID | jhemecpnmipdhhogomfbfmeldmbbainb |
URL Chính Thức | https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb |
Mô tả | A extention open Notion Links (https://www.notion.so/*) in Notion Desktop. |
Kích Thước Tệp | 10.42 KB |
Số Lần Cài Đặt | 309 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-11-23 |
Ngày Phát Hành | 2021-11-22 |
Nhà Phát Triển | GrassfieldK |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open in Notion Desktop", "description": "A extention open Notion Links (https:\/\/www.notion.so\/*) in Notion Desktop.", "version": "1.0.0", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/www.notion.so\/*" ] } |