notion plus icon

It is convenient to use icons in notion。

Hvad er notion plus icon?

notion plus icon er en Chrome-udvidelse udviklet af yesifan66, og dens hovedfunktion er "It is convenient to use icons in notion。".

Udvidelsesskærmbilleder

screenshot

Download notion plus icon-udvidelses-CRX-fil

Download notion plus icon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn notion plus icon notion plus icon
ID jhmdbiboaeecafopnlnohbhdjjohghkp
Officiel URL https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp
Beskrivelse It is convenient to use icons in notion。
Filstørrelse 175 KB
Antal Installationer 179
Nuværende Version 1.0.1
Senest Opdateret 2021-06-18
Udgivelsesdato 2021-06-18
Bedømmelse 1.00/5 Samlet 2 Bedømmelser
Udvikler yesifan66
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/Yesifan/notion-plus-icon
Understøttede Sprog 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"
    }
}