notion plus icon
It is convenient to use icons in notion。
什么是notion plus icon?
notion plus icon是由yesifan66开发的Chrome扩展程序,该扩展的主要功能是“It is convenient to use icons in notion。”。
扩展截图
下载notion plus icon扩展crx文件
下载notion plus icon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |