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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lorenzodelijser และคุณลักษณะหลักของมันคือ "Focus is a visual overlay for Google Docs. Made to help you focus while writing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus Dark for Google Docs
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |