Atomic Flow
The best way to avoid distractions and stay in flow.
什么是Atomic Flow?
Atomic Flow是由https://wilsonlimsetiawan.com开发的Chrome扩展程序,该扩展的主要功能是“The best way to avoid distractions and stay in flow.”。
扩展截图
下载Atomic Flow扩展crx文件
下载Atomic Flow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Atomic Flow is a Chrome extension designed to help you stay focused and minimize distractions while you work. It lets you block popular social media sites like YouTube, Facebook, Reddit, Instagram, and LinkedIn with a simple click of a button, so you can work more productively and efficiently.
扩展基本信息
名称 | Atomic Flow |
ID | gbeiphffnlkmgoclacceflphonplpigi |
官方URL | https://chromewebstore.google.com/detail/atomic-flow/gbeiphffnlkmgoclacceflphonplpigi |
简介 | The best way to avoid distractions and stay in flow. |
文件大小 | 219 KB |
安装次数 | 59 |
当前版本 | 0.1.1 |
更新时间 | 2023-11-17 |
上架时间 | 2023-03-22 |
评分 | 4.50/5 共8次评分 |
开发者 | https://wilsonlimsetiawan.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/WilsonLimSet/AtomicFlow |
帮助页面URL | https://github.com/WilsonLimSet/AtomicFlow |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Atomic Flow", "version": "0.1.1", "description": "The best way to avoid distractions and stay in flow.", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": [], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |