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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Focus is a visual overlay for Google Docs. Made to help you focus while writing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Focus Dark for Google Docs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |