Focus Dark for Google Docs
Focus is a visual overlay for Google Docs. Made to help you focus while writing.
Qu'est-ce que Focus Dark for Google Docs ?
Focus Dark for Google Docs est une extension Chrome développée par lorenzodelijser, et sa fonction principale est "Focus is a visual overlay for Google Docs. Made to help you focus while writing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Focus Dark for Google Docs
Téléchargez les fichiers d'extension Focus Dark for Google Docs 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
Focus Dark for Google Docs helps you write better documents by focusing on what matters most. Bring focus to your writing, distraction free without compromises. This extension provides a dark themed minimal user interface for Google Docs inspired by iA Writer, Dropbox Paper and Ulysses. This extension works best when you disable the "Print Layout" option in "View", this ensures texts will flow as intended, without page breaks. View the source code of this plugin, feel free to contribute, file issues or give feedback: https://github.com/lorenzodelijser/focus-chrome-extension
Informations de Base sur l'Extension
Nom | |
ID | mjlamjhpnimloagnjomjnpbchimkjdlf |
URL Officiel | https://chrome.google.com/webstore/detail/focus-dark-for-google-doc/mjlamjhpnimloagnjomjnpbchimkjdlf |
Description | Focus is a visual overlay for Google Docs. Made to help you focus while writing. |
Taille du Fichier | 9.43 KB |
Nombre d'Installations | 193 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2021-08-16 |
Date de Publication | 2021-08-16 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | lorenzodelijser |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus Dark for Google Docs", "version": "1.0.3", "description": "Focus is a visual overlay for Google Docs. Made to help you focus while writing.", "author": "Lorenzo de Lijser", "permissions": [ "declarativeContent" ], "browser_action": { "default_popup": "popup.html", "default_title": "Focus Dark for Google Docs", "default_icon": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png" } }, "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "64": "img\/icon-64.png", "128": "img\/icon-128.png" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "css": [ "replace.css" ] } ] } |