Docs Extended Scrolling
Adds additional scroll height below last page of Google Docs
Wat is Docs Extended Scrolling?
Docs Extended Scrolling is een Chrome-extensie ontwikkeld door Sacred Summit Studio, en de belangrijkste functie is "Adds additional scroll height below last page of Google Docs".
Extensie Screenshots
Download het CRX-bestand van de extensie Docs Extended Scrolling
Download Docs Extended Scrolling-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
A chrome extension that adds additional space below the last page in Google Docs which allows users to more easily edit content at the very end of the document. This emulates behaviour which is common in IDEs such as Sublime Text and VSCode.
Basisinformatie over de Extensie
Naam | Docs Extended Scrolling |
ID | angefdpnmgbcbkagjfponcmhngcddceh |
Officiële URL | https://chromewebstore.google.com/detail/docs-extended-scrolling/angefdpnmgbcbkagjfponcmhngcddceh |
Beschrijving | Adds additional scroll height below last page of Google Docs |
Bestandsgrootte | 16.16 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-01-08 |
Publicatiedatum | 2020-06-14 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Sacred Summit Studio |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/JoshuaBragg/Docs-Extended-Scrolling |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Docs Extended Scrolling", "version": "1.2", "description": "Adds additional scroll height below last page of Google Docs", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/docs.google.com\/" ], "icons": { "16": "assets\/des.logo.16.png", "48": "assets\/des.logo.48.png", "128": "assets\/des.logo.128.png" }, "manifest_version": 2 } |