Scroll UP

Scroll UP to the top of the page.

ما هو Scroll UP؟

Scroll UP هو إضافة Chrome تم تطويرها بواسطة Sameer N Miraj، والميزة الرئيسية لها هي "Scroll UP to the top of the page.".

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

screenshot

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

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

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

                        Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.                    

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

الاسم Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
عنوان URL الرسمي https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
الوصف Scroll UP to the top of the page.
حجم الملف 99.1 KB
عدد التثبيتات 116
النسخة الحالية 0.0.2
آخر تحديث 2014-06-03
تاريخ النشر 2014-06-03
تقييم 3.50/5 مجموع تقييمات 6
المطور Sameer N Miraj
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sf-advanced-code-searcher.web.app
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll UP",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Scroll UP to the top of the page.",
    "author": "Sameer N Miraj",
    "icons": {
        "48": "Document-icon.png",
        "128": "Document-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/*.png"
    ]
}