Flow
Flow - an immersive and organized way to browse the web.
ما هو Flow؟
Flow هو إضافة Chrome تم تطويرها بواسطة enterflow.app، والميزة الرئيسية لها هي "Flow - an immersive and organized way to browse the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flow
قم بتنزيل ملفات الامتداد Flow بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Flow |
ID | kjpaaejipgmhdheaiofekfgkkcehdndp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/flow/kjpaaejipgmhdheaiofekfgkkcehdndp |
الوصف | Flow - an immersive and organized way to browse the web. |
حجم الملف | 1.44 MB |
عدد التثبيتات | 443 |
النسخة الحالية | 1.3.2 |
آخر تحديث | 2021-03-26 |
تاريخ النشر | 2020-08-10 |
تقييم | 4.55/5 مجموع تقييمات 11 |
المطور | enterflow.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://enterflow.app |
عنوان صفحة سياسة الخصوصية | https://enterflow.app/privacy |
اللغات المدعومة | 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" } } |