Open in Notion Desktop
A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Co to jest Open in Notion Desktop?
Open in Notion Desktop to rozszerzenie Chrome opracowane przez GrassfieldK, a jego główną funkcją jest „A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open in Notion Desktop
Pobierz pliki rozszerzeń Open in Notion Desktop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Open a Notion link in Notion Desktop when you access any Notion page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jhemecpnmipdhhogomfbfmeldmbbainb |
| Oficjalny URL | https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb |
| Opis | A extention open Notion Links (https://www.notion.so/*) in Notion Desktop. |
| Rozmiar pliku | 10.42 KB |
| Liczba instalacji | 309 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2021-11-23 |
| Data Publikacji | 2021-11-22 |
| Deweloper | GrassfieldK |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |