Docs Extended Scrolling

Adds additional scroll height below last page of Google Docs

Was ist Docs Extended Scrolling?

Docs Extended Scrolling ist eine Chrome-Erweiterung, die von Sacred Summit Studio entwickelt wurde, und ihr Hauptmerkmal ist "Adds additional scroll height below last page of Google Docs".

Erweiterungsscreenshots

screenshot

Docs Extended Scrolling-Erweiterungs-CRX-Datei herunterladen

Laden Sie Docs Extended Scrolling-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Docs Extended Scrolling Docs Extended Scrolling
ID angefdpnmgbcbkagjfponcmhngcddceh
Offizielle URL https://chromewebstore.google.com/detail/docs-extended-scrolling/angefdpnmgbcbkagjfponcmhngcddceh
Beschreibung Adds additional scroll height below last page of Google Docs
Dateigröße 16.16 KB
Installationsanzahl 47
Aktuelle Version 1.2
Letztes Update 2022-01-08
Veröffentlichungsdatum 2020-06-14
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Sacred Summit Studio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/JoshuaBragg/Docs-Extended-Scrolling
Unterstützte Sprachen 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
}