notion plus icon

It is convenient to use icons in notion。

Co je notion plus icon?

notion plus icon je rozšíření Chrome vyvinuté yesifan66, a jeho hlavní funkcí je „It is convenient to use icons in notion。“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření notion plus icon

Stáhněte si soubory rozšíření notion plus icon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název notion plus icon notion plus icon
ID jhmdbiboaeecafopnlnohbhdjjohghkp
Oficiální URL https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp
Popis It is convenient to use icons in notion。
Velikost souboru 175 KB
Počet instalací 179
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-06-18
Datum Vydání 2021-06-18
Hodnocení 1.00/5 Celkem 2 Hodnocení
Vývojář yesifan66
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/Yesifan/notion-plus-icon
Podporované Jazyky 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"
    }
}