Focus Dark for Google Docs
Focus is a visual overlay for Google Docs. Made to help you focus while writing.
Focus Dark for Google Docsとは何ですか?
Focus Dark for Google Docsはlorenzodelijserによって開発されたChromeの拡張機能で、その主な機能は「Focus is a visual overlay for Google Docs. Made to help you focus while writing.」です。
拡張機能のスクリーンショット
Focus Dark for Google Docs拡張機能のCRXファイルをダウンロード
Focus Dark for Google Docs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | mjlamjhpnimloagnjomjnpbchimkjdlf |
公式URL | https://chrome.google.com/webstore/detail/focus-dark-for-google-doc/mjlamjhpnimloagnjomjnpbchimkjdlf |
説明 | Focus is a visual overlay for Google Docs. Made to help you focus while writing. |
ファイルサイズ | 9.43 KB |
インストール数 | 193 |
現在のバージョン | 1.0.3 |
最終更新日 | 2021-08-16 |
公開日 | 2021-08-16 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | lorenzodelijser |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |