Flow
Flow - an immersive and organized way to browse the web.
Co to jest Flow?
Flow to rozszerzenie Chrome opracowane przez enterflow.app, a jego główną funkcją jest „Flow - an immersive and organized way to browse the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flow
Pobierz pliki rozszerzeń Flow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kjpaaejipgmhdheaiofekfgkkcehdndp |
| Oficjalny URL | https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp |
| Opis | Flow - an immersive and organized way to browse the web. |
| Rozmiar pliku | 1.44 MB |
| Liczba instalacji | 443 |
| Aktualna Wersja | 1.3.2 |
| Ostatnia Aktualizacja | 2021-03-26 |
| Data Publikacji | 2020-08-10 |
| Ocena | 4.55/5 Łącznie 11 Oceny |
| Deweloper | enterflow.app |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://enterflow.app |
| Adres URL Strony Polityki Prywatności | https://enterflow.app/privacy |
| Obsługiwane Języki | 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"
}
} | |