Atomic Flow
The best way to avoid distractions and stay in flow.
Qu'est-ce que Atomic Flow ?
Atomic Flow est une extension Chrome développée par https://wilsonlimsetiawan.com, et sa fonction principale est "The best way to avoid distractions and stay in flow.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Atomic Flow
Téléchargez les fichiers d'extension Atomic Flow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Atomic Flow |
ID | gbeiphffnlkmgoclacceflphonplpigi |
URL Officiel | https://chromewebstore.google.com/detail/atomic-flow/gbeiphffnlkmgoclacceflphonplpigi |
Description | The best way to avoid distractions and stay in flow. |
Taille du Fichier | 219 KB |
Nombre d'Installations | 59 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2023-11-17 |
Date de Publication | 2023-03-22 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | https://wilsonlimsetiawan.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/WilsonLimSet/AtomicFlow |
URL de la Page d'Aide | https://github.com/WilsonLimSet/AtomicFlow |
Langues Prises en Charge | 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:\/\/*\/*", " |