NotionSidebarHider
This is an extension that prevents the Notion sidebar from opening on hover.
O que é NotionSidebarHider?
NotionSidebarHider é uma extensão do Chrome desenvolvida por https://notion-fan.com, e sua principal característica é "This is an extension that prevents the Notion sidebar from opening on hover.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NotionSidebarHider
Baixe arquivos de extensão NotionSidebarHider 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
This Chrome extension prevents the Notion sidebar from appearing on hover. You can display the sidebar only when you want to, by using shortcut keys or clicking a button. This extension is designed to prevent the sidebar from being displayed unexpectedly, and to allow you to control when it is visible. このChrome拡張機能は、Notion のサイドバーがホバーで表示されることを防ぎます。ご自身がサイドバーを表示したいタイミングだけ、ショートカットキーやボタンクリックでサイドバーを表示することができます。
Informações Básicas da Extensão
Nome | NotionSidebarHider |
ID | laogfgfllgbpkdbggdbmlfbogikkfinj |
URL Oficial | https://chromewebstore.google.com/detail/notionsidebarhider/laogfgfllgbpkdbggdbmlfbogikkfinj |
Descrição | This is an extension that prevents the Notion sidebar from opening on hover. |
Tamanho do Arquivo | 17.09 KB |
Contagem de Instalações | 611 |
Versão Atual | 0.1.0 |
Última Atualização | 2023-05-02 |
Data de Publicação | 2023-05-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://notion-fan.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotionSidebarHider", "description": "This is an extension that prevents the Notion sidebar from opening on hover.", "version": "0.1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |