Open in Notion Desktop
A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Cos'è Open in Notion Desktop?
Open in Notion Desktop è un'estensione di Chrome sviluppata da GrassfieldK, e la sua funzione principale è "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open in Notion Desktop
Scarica i file di estensione Open in Notion Desktop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Open a Notion link in Notion Desktop when you access any Notion page.
Informazioni di Base sull'Estensione
Nome | Open in Notion Desktop |
ID | jhemecpnmipdhhogomfbfmeldmbbainb |
URL Ufficiale | https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb |
Descrizione | A extention open Notion Links (https://www.notion.so/*) in Notion Desktop. |
Dimensione del File | 10.42 KB |
Conteggio Installazioni | 309 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-11-23 |
Data di Pubblicazione | 2021-11-22 |
Sviluppatore | GrassfieldK |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |