Docs Extended Scrolling

Adds additional scroll height below last page of Google Docs

ما هو Docs Extended Scrolling؟

Docs Extended Scrolling هو إضافة Chrome تم تطويرها بواسطة Sacred Summit Studio، والميزة الرئيسية لها هي "Adds additional scroll height below last page of Google Docs".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Docs Extended Scrolling

قم بتنزيل ملفات الامتداد Docs Extended Scrolling بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Docs Extended Scrolling Docs Extended Scrolling
ID angefdpnmgbcbkagjfponcmhngcddceh
عنوان URL الرسمي https://chromewebstore.google.com/detail/docs-extended-scrolling/angefdpnmgbcbkagjfponcmhngcddceh
الوصف Adds additional scroll height below last page of Google Docs
حجم الملف 16.16 KB
عدد التثبيتات 47
النسخة الحالية 1.2
آخر تحديث 2022-01-08
تاريخ النشر 2020-06-14
تقييم 5.00/5 مجموع تقييمات 3
المطور Sacred Summit Studio
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/JoshuaBragg/Docs-Extended-Scrolling
اللغات المدعومة 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
}