notion plus icon
It is convenient to use icons in notion。
Cos'è notion plus icon?
notion plus icon è un'estensione di Chrome sviluppata da yesifan66, e la sua funzione principale è "It is convenient to use icons in notion。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione notion plus icon
Scarica i file di estensione notion plus icon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
It is convenient to use icons in notion。 - Caching links and upload icons.
Informazioni di Base sull'Estensione
Nome | |
ID | jhmdbiboaeecafopnlnohbhdjjohghkp |
URL Ufficiale | https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp |
Descrizione | It is convenient to use icons in notion。 |
Dimensione del File | 175 KB |
Conteggio Installazioni | 179 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-06-18 |
Data di Pubblicazione | 2021-06-18 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | yesifan66 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/Yesifan/notion-plus-icon |
Lingue Supportate | 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" } } |