Infocus
Stay focused on the internet with this simple Chrome extension!
Qu'est-ce que Infocus ?
Infocus est une extension Chrome développée par Anton Cao, et sa fonction principale est "Stay focused on the internet with this simple Chrome extension!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Infocus
Téléchargez les fichiers d'extension Infocus 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
Infocus is a Chrome extension that keeps you focused while you're on the internet. You can input sites that you find distracting (eg. YouTube, Facebook) and Infocus will automatically stop you from visiting these websites by either going back to the previous page, or closing the tab entirely if it is a newly opened tab. If you absolutely have to disable Infocus for something, you'll get to practice some mental math in the process! Infocus is also open source: https://github.com/Anton-Cao/Infocus. If you have feature requests, feel free to open an issue in the GitHub repository!
Informations de Base sur l'Extension
Nom | Infocus |
ID | ojgabebkfpaedailhgeapeedhobgfppf |
URL Officiel | https://chromewebstore.google.com/detail/infocus/ojgabebkfpaedailhgeapeedhobgfppf |
Description | Stay focused on the internet with this simple Chrome extension! |
Taille du Fichier | 154 KB |
Nombre d'Installations | 64 |
Version Actuelle | 1.4.2 |
Dernière Mise à Jour | 2018-07-12 |
Date de Publication | 2018-07-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Anton Cao |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Anton-Cao/Infocus |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Infocus", "version": "1.4.2", "description": "Stay focused on the internet with this simple Chrome extension!", "author": "Anton Cao", "permissions": [ "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/infocus16.png", "32": "images\/infocus32.png", "48": "images\/infocus48.png", "128": "images\/infocus128.png" } }, "icons": { "16": "images\/infocus16.png", "32": "images\/infocus32.png", "48": "images\/infocus48.png", "128": "images\/infocus128.png" }, "commands": { "enable": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" }, "description": "Turn Infocus on" } }, "manifest_version": 2 } |