Flow
Flow - an immersive and organized way to browse the web.
O que é Flow?
Flow é uma extensão do Chrome desenvolvida por enterflow.app, e sua principal característica é "Flow - an immersive and organized way to browse the web.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Flow
Baixe arquivos de extensão Flow 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
Flow is a browser homepage designed to eliminate tab clutter through smarter, more immersive bookmarking. - Transform your browser windows into workspaces that you can access directly from your new tab. - Save important windows for later, letting you quickly switch between workstreams. - Add notes to your workspaces to help you pick up where you left off. - Eliminate tab clutter and unnecessary memory usage.
Informações Básicas da Extensão
Nome | Flow |
ID | kjpaaejipgmhdheaiofekfgkkcehdndp |
URL Oficial | https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp |
Descrição | Flow - an immersive and organized way to browse the web. |
Tamanho do Arquivo | 1.44 MB |
Contagem de Instalações | 443 |
Versão Atual | 1.3.2 |
Última Atualização | 2021-03-26 |
Data de Publicação | 2020-08-10 |
Classificação | 4.55/5 Total de 11 Avaliações |
Desenvolvedor | enterflow.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://enterflow.app |
URL da Página de Política de Privacidade | https://enterflow.app/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flow", "author": "The Fair AI, Inc", "version": "1.3.2", "description": "Flow - an immersive and organized way to browse the web.", "chrome_url_overrides": { "newtab": "index.html" }, "incognito": "not_allowed", "permissions": [ "storage" ], "optional_permissions": [ "tabs" ], "background": { "scripts": [ "background_script.js" ], "persistent": false }, "icons": { "16": "flowicon16.png", "32": "flowicon32.png", "48": "flowicon48.png", "64": "flowicon64.png", "128": "flowicon128.png" }, "browser_action": { "default_icon": { "16": "flowicon16.png", "32": "flowicon32.png", "48": "flowicon48.png", "64": "flowicon64.png", "128": "flowicon128.png" }, "default_popup": "popup.html" } } |