Notion Highlighter

A chrome extension for saving highlighs to your notion

Что такое Notion Highlighter?

Notion Highlighter - это расширение Chrome, разработанное Amber Stone, и его основная функция - "A chrome extension for saving highlighs to your notion".

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

screenshot

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

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

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

                        A chrome extension for saving highlighs to your notion                    

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

Название Notion Highlighter Notion Highlighter
ID hlljedmocklhgnbjmcpjhbdaldbeceop
Официальный URL https://chromewebstore.google.com/detail/notion-highlighter/hlljedmocklhgnbjmcpjhbdaldbeceop
Описание A chrome extension for saving highlighs to your notion
Размер файла 145 KB
Количество установок 233
Текущая Версия 0.0.1
Последнее Обновление 2022-10-15
Дата публикации 2022-10-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Amber Stone
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://bryantchan.notion.site/How-to-use-6715680004f942858f7b540511d70852
URL страницы помощи https://bryantchan.notion.site/How-to-use-6715680004f942858f7b540511d70852
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notion Highlighter",
    "version": "0.0.1",
    "description": "A chrome extension for saving highlighs to your notion",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png",
        "default_title": "Click to show"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/cors-anywhere.herokuapp.com\/corsdemo\/*",
        "https:\/\/api.notion.com\/*",
        "https:\/\/amber-highlighter-proxy.bryantandk.workers.dev\/*"
    ]
}

Связанные расширения