Open in Notion Desktop
A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Wat is Open in Notion Desktop?
Open in Notion Desktop is een Chrome-extensie ontwikkeld door GrassfieldK, en de belangrijkste functie is "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in Notion Desktop
Download Open in Notion Desktop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Open a Notion link in Notion Desktop when you access any Notion page.
Basisinformatie over de Extensie
Naam | Open in Notion Desktop |
ID | jhemecpnmipdhhogomfbfmeldmbbainb |
Officiële URL | https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb |
Beschrijving | A extention open Notion Links (https://www.notion.so/*) in Notion Desktop. |
Bestandsgrootte | 10.42 KB |
Aantal Installaties | 309 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-11-23 |
Publicatiedatum | 2021-11-22 |
Ontwikkelaar | GrassfieldK |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |