Let's Write - Distraction Free Google Docs
Tiny Tool for Distraction Free Google Docs Environment
Qu'est-ce que Let's Write - Distraction Free Google Docs ?
Let's Write - Distraction Free Google Docs est une extension Chrome développée par socializeitpal, et sa fonction principale est "Tiny Tool for Distraction Free Google Docs Environment".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Let's Write - Distraction Free Google Docs
Téléchargez les fichiers d'extension Let's Write - Distraction Free 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
"Let's Write" is a Tiny Tool which will helps writers to work in Distraction Free Google Docs Environment. It will remove / hides Google Docs Menu Bar & Tool Bar when you enable DF Mode (Distraction Free Mode). Features of LET'S WRITE: 1. Distraction Free Google Docs Environment. 2. Full Screen Mode. 3. Statistics(Word & Page Count) 4. Dark Mode 5. Light Mode 6. Custom Themes What you can expect in future? 1. Live Statistics (Live Word and Page Count) 2. Type Writer Mode (Disables Del & Backspace)
Informations de Base sur l'Extension
Nom | |
ID | gmfafbjhbjdacjbplgnobdbhghhhpilj |
URL Officiel | https://chrome.google.com/webstore/detail/lets-write-distraction-fr/gmfafbjhbjdacjbplgnobdbhghhhpilj |
Description | Tiny Tool for Distraction Free Google Docs Environment |
Taille du Fichier | 220 KB |
Nombre d'Installations | 102 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2019-06-12 |
Date de Publication | 2019-06-12 |
Développeur | socializeitpal |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let's Write - Distraction Free Google Docs", "description": "Tiny Tool for Distraction Free Google Docs Environment", "version": "0.4", "icons": { "16": "img\/icon-16.png", "19": "img\/icon-19.png", "38": "img\/icon-38.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png", "256": "img\/icon-256.png" }, "manifest_version": 2, "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "jquery.js", "jquery.min.js", "df.js" ] } ] } |