Last Scroll

Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.

ما هو Last Scroll؟

Last Scroll هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Last Scroll

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

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

                        When scrolling web pages it is often difficult to find the last
previously visible line to keep on reading.

This is most apparent when a scroll has less than a full page to go at the top or bottom of a document.

*Last Scroll* provides a visual hint where to keep on reading, and how we got here.

Click the visual hint to toggle its visibility.                    

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

الاسم Last Scroll Last Scroll
ID mceojjfcjklcpbdkagkjhoinaagcidnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/last-scroll/mceojjfcjklcpbdkagkjhoinaagcidnd
الوصف Shows position after scrolling (by line ↡, or by page ⇓) for better reading continuity.
حجم الملف 22.34 KB
عدد التثبيتات 28
النسخة الحالية 10
آخر تحديث 2013-11-30
تاريخ النشر 2013-11-30
تقييم 1.00/5 مجموع تقييمات 1
المطور [email protected]
نوع الدفع free
موقع الإضافة https://github.com/anaran/LastScrollChrome
عنوان صفحة المساعدة https://github.com/anaran/LastScrollChrome/issues
اللغات المدعومة de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "10",
    "minimum_chrome_version": "29.0.1521.3",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "48": "lastscroll4_48x48.png",
        "128": "lastscroll4_128x128.png"
    },
    "web_accessible_resources": [
        "lastscroll4_48x48.png",
        "lastscroll4_128x128.png"
    ],
    "permissions": [],
    "background": {
        "scripts": [
            "last_scroll_event_page.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "last_scroll.js"
            ]
        }
    ]
}