notion plus icon
It is convenient to use icons in notion。
notion plus icon क्या है?
notion plus icon yesifan66 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It is convenient to use icons in notion。"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में notion plus icon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } } |