Tab Notes
Allow you to write anything in new tab
O que é Tab Notes?
Tab Notes é uma extensão do Chrome desenvolvida por https://blog.wildsky.cc, e sua principal característica é "Allow you to write anything in new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Notes
Baixe arquivos de extensão Tab Notes 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
Features: * Easy-to-use: Just open new tab, and write down thoughts. * Manage-less: There is only one note: your new tab. * Auto-save: No worries about saving things when writing. * Theme: Support light and dark theme. * Lightweight and fast: Just try and enjoy it. * Multi-notes * Open-source: The source code of this add-on is at Github: https://github.com/wildskyf/tab-notes --- This add-on is ported from Tab Notes on Firefox. https://addons.mozilla.org/firefox/addon/tab-notes/
Informações Básicas da Extensão
Nome | Tab Notes |
ID | obnnegakmgonaiplaobihpmcjhlceeic |
URL Oficial | https://chromewebstore.google.com/detail/tab-notes/obnnegakmgonaiplaobihpmcjhlceeic |
Descrição | Allow you to write anything in new tab |
Tamanho do Arquivo | 116 KB |
Contagem de Instalações | 1,782 |
Versão Atual | 3.2.0 |
Última Atualização | 2022-03-03 |
Data de Publicação | 2020-03-08 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | https://blog.wildsky.cc |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://readmoo.com/terms/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "54.0a1" } }, "icons": { "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "manifest_version": 2, "name": "Tab Notes", "version": "3.2.0", "description": "Allow you to write anything in new tab", "permissions": [ "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "browser_style": true, "default_icon": "icons\/48.png", "default_title": "Tab notes", "default_popup": "newtab.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Y" } } } } |