notion plus icon

It is convenient to use icons in notion。

Что такое notion plus icon?

notion plus icon - это расширение Chrome, разработанное yesifan66, и его основная функция - "It is convenient to use icons in notion。".

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

screenshot

Скачать файл CRX расширения notion plus icon

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

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

                        It is convenient to use icons in notion。
- Caching links and upload icons.                    

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

Название notion plus icon notion plus icon
ID jhmdbiboaeecafopnlnohbhdjjohghkp
Официальный URL https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp
Описание It is convenient to use icons in notion。
Размер файла 175 KB
Количество установок 179
Текущая Версия 1.0.1
Последнее Обновление 2021-06-18
Дата публикации 2021-06-18
Рейтинг 1.00/5 Всего 2 оценок
Разработчик yesifan66
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/Yesifan/notion-plus-icon
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "notion plus icon",
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "It is convenient to use icons in notion\u3002",
    "icons": {
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.notion.so\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "[email protected]",
                "[email protected]"
            ],
            "matches": [
                "https:\/\/www.notion.so\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.notion.so\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "48": "[email protected]",
            "128": "[email protected]"
        },
        "default_popup": "popup.html"
    }
}