Notion SidePanel
When you open a Database item in Notion, it will appear in the sidepanel.
O que é Notion SidePanel?
Notion SidePanel é uma extensão do Chrome desenvolvida por baku, e sua principal característica é "When you open a Database item in Notion, it will appear in the sidepanel.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Notion SidePanel
Baixe arquivos de extensão Notion SidePanel 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
Now that Notion has added similar functionality, you no longer need to install this extension! Thank you! When using Notion's database, you can refer to other items while editing. == Features == - You can browse the list while editing items in the Notion database. - Highlight the currently open item. == Feedback and bug reports == We welcome feature improvement requests and bug reports! Please contact us at the address below! https://github.com/sahksas/notion_sidepanel
Informações Básicas da Extensão
Nome | Notion SidePanel |
ID | aiplpnkcpmheennhbmojmmalmigjkheh |
URL Oficial | https://chromewebstore.google.com/detail/notion-sidepanel/aiplpnkcpmheennhbmojmmalmigjkheh |
Descrição | When you open a Database item in Notion, it will appear in the sidepanel. |
Tamanho do Arquivo | 648 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.2.1 |
Última Atualização | 2023-01-21 |
Data de Publicação | 2022-07-07 |
Desenvolvedor | baku |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sahksas/notion_sidepanel |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notion SidePanel", "description": "When you open a Database item in Notion, it will appear in the sidepanel.", "version": "1.2.1", "options_ui": { "page": "options.html" }, "action": { "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/*.notion.so\/*" ], "js": [ "js\/content_script.js" ] } ], "permissions": [ "storage" ] } |