notion plus icon

It is convenient to use icons in notion。

Was ist notion plus icon?

notion plus icon ist eine Chrome-Erweiterung, die von yesifan66 entwickelt wurde, und ihr Hauptmerkmal ist "It is convenient to use icons in notion。".

Erweiterungsscreenshots

screenshot

notion plus icon-Erweiterungs-CRX-Datei herunterladen

Laden Sie notion plus icon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name notion plus icon notion plus icon
ID jhmdbiboaeecafopnlnohbhdjjohghkp
Offizielle URL https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp
Beschreibung It is convenient to use icons in notion。
Dateigröße 175 KB
Installationsanzahl 179
Aktuelle Version 1.0.1
Letztes Update 2021-06-18
Veröffentlichungsdatum 2021-06-18
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler yesifan66
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/Yesifan/notion-plus-icon
Unterstützte Sprachen 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"
    }
}