Open in Notion Desktop
A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Open in Notion Desktopคืออะไร?
Open in Notion Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GrassfieldK และคุณลักษณะหลักของมันคือ "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Notion Desktop
ดาวน์โหลดไฟล์ส่วนขยาย Open in Notion Desktop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open a Notion link in Notion Desktop when you access any Notion page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open in Notion Desktop |
ID | jhemecpnmipdhhogomfbfmeldmbbainb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb |
คำอธิบาย | A extention open Notion Links (https://www.notion.so/*) in Notion Desktop. |
ขนาดไฟล์ | 10.42 KB |
จำนวนการติดตั้ง | 309 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-11-23 |
วันที่เผยแพร่ | 2021-11-22 |
ผู้พัฒนา | GrassfieldK |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |