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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Open in Notion Desktop

قم بتنزيل ملفات الامتداد Open in Notion Desktop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Open a Notion link in Notion Desktop when you access any Notion page.                    

معلومات أساسية عن التمديد

الاسم Open in Notion Desktop 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\/*"
    ]
}