notion plus icon

It is convenient to use icons in notion。

Qu'est-ce que notion plus icon ?

notion plus icon est une extension Chrome développée par yesifan66, et sa fonction principale est "It is convenient to use icons in notion。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension notion plus icon

Téléchargez les fichiers d'extension notion plus icon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom notion plus icon notion plus icon
ID jhmdbiboaeecafopnlnohbhdjjohghkp
URL Officiel https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp
Description It is convenient to use icons in notion。
Taille du Fichier 175 KB
Nombre d'Installations 179
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-06-18
Date de Publication 2021-06-18
Évaluation 1.00/5 Total 2 Évaluations
Développeur yesifan66
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/Yesifan/notion-plus-icon
Langues Prises en Charge 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"
    }
}