Focus Dark for Google Docs

Focus is a visual overlay for Google Docs. Made to help you focus while writing.

Wat is Focus Dark for Google Docs?

Focus Dark for Google Docs is een Chrome-extensie ontwikkeld door lorenzodelijser, en de belangrijkste functie is "Focus is a visual overlay for Google Docs. Made to help you focus while writing.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Focus Dark for Google Docs

Download Focus Dark for Google Docs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Focus Dark for Google Docs Focus Dark for Google Docs
ID mjlamjhpnimloagnjomjnpbchimkjdlf
Officiële URL https://chrome.google.com/webstore/detail/focus-dark-for-google-doc/mjlamjhpnimloagnjomjnpbchimkjdlf
Beschrijving Focus is a visual overlay for Google Docs. Made to help you focus while writing.
Bestandsgrootte 9.43 KB
Aantal Installaties 193
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-08-16
Publicatiedatum 2021-08-16
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar lorenzodelijser
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}