scrollUp!

Scroll to the top of the page with just one click

ما هو scrollUp!؟

scrollUp! هو إضافة Chrome تم تطويرها بواسطة Dlinny، والميزة الرئيسية لها هي "Scroll to the top of the page with just one click".

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

screenshot

تحميل ملف CRX للإضافة scrollUp!

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

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

                        This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.                    

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

الاسم scrollUp! scrollUp!
ID caipjllpopoedfhbddpkedpbndkjimba
عنوان URL الرسمي https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba
الوصف Scroll to the top of the page with just one click
حجم الملف 14.6 KB
عدد التثبيتات 28
النسخة الحالية 1.1
آخر تحديث 2013-02-28
تاريخ النشر 2013-02-28
تقييم 5.00/5 مجموع تقييمات 1
المطور Dlinny
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scrollUp!",
    "version": "1.1",
    "description": "Scroll to the top of the page with just one click",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Scroll to top",
        "default_icon": "toolbar.png"
    }
}