notion plus icon
It is convenient to use icons in notion。
What is notion plus icon?
notion plus icon is a Chrome extension developed by yesifan66, and its main feature is "It is convenient to use icons in notion。".
Extension Screenshots
Download notion plus icon Extension CRX File
Download notion plus icon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It is convenient to use icons in notion。 - Caching links and upload icons.
Extension Basic Information
Name | |
ID | jhmdbiboaeecafopnlnohbhdjjohghkp |
Official URL | https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp |
Description | It is convenient to use icons in notion。 |
File Size | 175 KB |
Installation Count | 179 |
Current Version | 1.0.1 |
Last Updated | 2021-06-18 |
Publish Date | 2021-06-18 |
Rating | 1.00/5 Total 2 Ratings |
Developer | yesifan66 |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/Yesifan/notion-plus-icon |
Supported Languages | 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" } } |