Open in Notion Desktop
A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Qu'est-ce que Open in Notion Desktop ?
Open in Notion Desktop est une extension Chrome développée par GrassfieldK, et sa fonction principale est "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open in Notion Desktop
Téléchargez les fichiers d'extension Open in Notion Desktop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Open a Notion link in Notion Desktop when you access any Notion page.
Informations de Base sur l'Extension
Nom | Open in Notion Desktop |
ID | jhemecpnmipdhhogomfbfmeldmbbainb |
URL Officiel | https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb |
Description | A extention open Notion Links (https://www.notion.so/*) in Notion Desktop. |
Taille du Fichier | 10.42 KB |
Nombre d'Installations | 309 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-11-23 |
Date de Publication | 2021-11-22 |
Développeur | GrassfieldK |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |