notion plus icon
It is convenient to use icons in notion。
O que é notion plus icon?
notion plus icon é uma extensão do Chrome desenvolvida por yesifan66, e sua principal característica é "It is convenient to use icons in notion。".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão notion plus icon
Baixe arquivos de extensão notion plus icon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
It is convenient to use icons in notion。 - Caching links and upload icons.
Informações Básicas da Extensão
Nome | |
ID | jhmdbiboaeecafopnlnohbhdjjohghkp |
URL Oficial | https://chrome.google.com/webstore/detail/notion-plus-icon/jhmdbiboaeecafopnlnohbhdjjohghkp |
Descrição | It is convenient to use icons in notion。 |
Tamanho do Arquivo | 175 KB |
Contagem de Instalações | 179 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-06-18 |
Data de Publicação | 2021-06-18 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | yesifan66 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/Yesifan/notion-plus-icon |
Idiomas Suportados | 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" } } |