notion plus icon
It is convenient to use icons in notion。
Apa itu notion plus icon?
notion plus icon adalah ekstensi Chrome yang dikembangkan oleh yesifan66, dan fitur utamanya adalah "It is convenient to use icons in notion。".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi notion plus icon
Unduh file ekstensi notion plus icon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
It is convenient to use icons in notion。 - Caching links and upload icons.
Informasi Dasar Ekstensi
Nama | |
ID | jhmdbiboaeecafopnlnohbhdjjohghkp |
URL Resmi | https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp |
Deskripsi | It is convenient to use icons in notion。 |
Ukuran File | 175 KB |
Jumlah Instalasi | 179 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-06-18 |
Tanggal Publikasi | 2021-06-18 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | yesifan66 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/Yesifan/notion-plus-icon |
Bahasa yang Didukung | 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" } } |