Flow

Flow - an immersive and organized way to browse the web.

Flow là gì?

Flow là một tiện ích mở rộng Chrome được phát triển bởi enterflow.app, và tính năng chính của nó là "Flow - an immersive and organized way to browse the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flow

Tải xuống các tệp mở rộng Flow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flow Flow
ID kjpaaejipgmhdheaiofekfgkkcehdndp
URL Chính Thức https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp
Mô tả Flow - an immersive and organized way to browse the web.
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 443
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2021-03-26
Ngày Phát Hành 2020-08-10
Đánh Giá 4.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển enterflow.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://enterflow.app
URL Trang Chính Sách Bảo Mật https://enterflow.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}