Docs Extended Scrolling
Adds additional scroll height below last page of Google Docs
What is Docs Extended Scrolling?
Docs Extended Scrolling is a Chrome extension developed by Sacred Summit Studio, and its main feature is "Adds additional scroll height below last page of Google Docs".
Extension Screenshots
Download Docs Extended Scrolling Extension CRX File
Download Docs Extended Scrolling extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Docs Extended Scrolling |
ID | angefdpnmgbcbkagjfponcmhngcddceh |
Official URL | https://chromewebstore.google.com/detail/docs-extended-scrolling/angefdpnmgbcbkagjfponcmhngcddceh |
Description | Adds additional scroll height below last page of Google Docs |
File Size | 16.16 KB |
Installation Count | 47 |
Current Version | 1.2 |
Last Updated | 2022-01-08 |
Publish Date | 2020-06-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Sacred Summit Studio |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/JoshuaBragg/Docs-Extended-Scrolling |
Supported Languages | 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 } |