notion plus icon
It is convenient to use icons in notion。
ما هو notion plus icon؟
notion plus icon هو إضافة Chrome تم تطويرها بواسطة yesifan66، والميزة الرئيسية لها هي "It is convenient to use icons in notion。".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة notion plus icon
قم بتنزيل ملفات الامتداد notion plus icon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It is convenient to use icons in notion。 - Caching links and upload icons.
معلومات أساسية عن التمديد
الاسم | |
ID | jhmdbiboaeecafopnlnohbhdjjohghkp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp |
الوصف | It is convenient to use icons in notion。 |
حجم الملف | 175 KB |
عدد التثبيتات | 179 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2021-06-18 |
تاريخ النشر | 2021-06-18 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | yesifan66 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/Yesifan/notion-plus-icon |
اللغات المدعومة | 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" } } |