Open in Notion Desktop

A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.

Apa itu Open in Notion Desktop?

Open in Notion Desktop adalah ekstensi Chrome yang dikembangkan oleh GrassfieldK, dan fitur utamanya adalah "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open in Notion Desktop

Unduh file ekstensi Open in Notion Desktop dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Open in Notion Desktop Open in Notion Desktop
ID jhemecpnmipdhhogomfbfmeldmbbainb
URL Resmi https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb
Deskripsi A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Ukuran File 10.42 KB
Jumlah Instalasi 309
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-11-23
Tanggal Publikasi 2021-11-22
Pengembang GrassfieldK
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}