Notion Capture

Capture link to notion, Read it later

Что такое Notion Capture?

Notion Capture - это расширение Chrome, разработанное xukeek, и его основная функция - "Capture link to notion, Read it later".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Notion Capture

Скачайте файлы расширений Notion Capture в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Notion Capture Notion Capture
ID appnhbofndlicljlhoneaencemljlfcj
Официальный URL https://chromewebstore.google.com/detail/notion-capture/appnhbofndlicljlhoneaencemljlfcj
Описание Capture link to notion, Read it later
Размер файла 482 KB
Количество установок 403
Текущая Версия 1.03
Последнее Обновление 2023-05-27
Дата публикации 2021-09-07
Разработчик xukeek
Электронная почта [email protected]
Тип оплаты in_app
URL страницы помощи https://discord.gg/pAztBJEnrJ
Поддерживаемые языки 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": [
        ""
    ]
}