Notion Capture

Capture link to notion, Read it later

Cos'è Notion Capture?

Notion Capture è un'estensione di Chrome sviluppata da xukeek, e la sua funzione principale è "Capture link to notion, Read it later".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Notion Capture

Scarica i file di estensione Notion Capture 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

                        Quickly save links to your Notion databases
≡ Features
- Direct save link by right click
- Config default properties when save
https://discord.gg/pAztBJEnrJ
twitter: https://twitter.com/xuke11
help:https://ziyouma.vercel.app/notion
buy a coffee:https://ko-fi.com/xukek                    

Informazioni di Base sull'Estensione

Nome Notion Capture Notion Capture
ID appnhbofndlicljlhoneaencemljlfcj
URL Ufficiale https://chromewebstore.google.com/detail/notion-capture/appnhbofndlicljlhoneaencemljlfcj
Descrizione Capture link to notion, Read it later
Dimensione del File 482 KB
Conteggio Installazioni 403
Versione Corrente 1.03
Ultimo Aggiornamento 2023-05-27
Data di Pubblicazione 2021-09-07
Sviluppatore xukeek
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina di Aiuto https://discord.gg/pAztBJEnrJ
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.03",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ]
}