Autoscroll

Scroll to the bottom of the page - Created with http://blog.self.li

ما هو Autoscroll؟

Autoscroll هو إضافة Chrome تم تطويرها بواسطة danny.hope، والميزة الرئيسية لها هي "Scroll to the bottom of the page - Created with http://blog.self.li".

تحميل ملف CRX للإضافة Autoscroll

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

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

                        Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).                    

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

الاسم Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl
الوصف Scroll to the bottom of the page - Created with http://blog.self.li
حجم الملف 6.66 KB
عدد التثبيتات 4,000
النسخة الحالية 0.1
آخر تحديث 2014-11-21
تاريخ النشر 2014-11-21
تقييم 4.55/5 مجموع تقييمات 22
المطور danny.hope
نوع الدفع free
موقع الإضافة https://github.com/dannyhope/autoscroll
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Autoscroll"
    },
    "name": "Autoscroll",
    "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li",
    "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}