Open in Notion Desktop
A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Vad är Open in Notion Desktop?
Open in Notion Desktop är en Chrome-tillägg utvecklad av GrassfieldK, och dess huvudfunktion är "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.".
Tilläggsskärmbilder
Ladda ner Open in Notion Desktop-förlängningens CRX-fil
Ladda ner Open in Notion Desktop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Open a Notion link in Notion Desktop when you access any Notion page. Grundläggande Information om Tillägg
| Namn | |
| ID | jhemecpnmipdhhogomfbfmeldmbbainb |
| Officiell webbadress | https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb |
| Beskrivning | A extention open Notion Links (https://www.notion.so/*) in Notion Desktop. |
| Filstorlek | 10.42 KB |
| Antal Installationer | 309 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-11-23 |
| Publiceringsdatum | 2021-11-22 |
| Utvecklare | GrassfieldK |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |