Auto Scroll

Auto Scroll. Google Reader works!

ما هو Auto Scroll؟

Auto Scroll هو إضافة Chrome تم تطويرها بواسطة https://dekuyou.ddo.jp/knowledge، والميزة الرئيسية لها هي "Auto Scroll. Google Reader works!".

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

screenshot
screenshot

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

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

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

                        Auto Scroll.
3 speed.

There's an icon which can set the speed of scrolling.
You can set none,1,2 or 3 as the speed. All this program does is scroll down(does not scroll up) automatically based on speed.
To activate simply click the icon. Click again to change speed.

page click or Key Down to stop by.

Google Reader works!(v0.1.1.0)

v0.2.3 manifest version 2 support

Twitter hashtags is #dekuyoucrx                    

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

الاسم Auto Scroll Auto Scroll
ID eochlhpceohhhfogfeladaifggikcjhk
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-scroll/eochlhpceohhhfogfeladaifggikcjhk
الوصف Auto Scroll. Google Reader works!
حجم الملف 88.89 KB
عدد التثبيتات 7,013
النسخة الحالية 0.2.3
آخر تحديث 2012-08-22
تاريخ النشر 2012-08-22
تقييم 3.04/5 مجموع تقييمات 99
المطور https://dekuyou.ddo.jp/knowledge
نوع الدفع free
موقع الإضافة http://dekuyou.ddo.jp/knowledge/?chrome/extensions
عنوان صفحة المساعدة http://twitter.com/dekuyou
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Scroll",
    "version": "0.2.3",
    "description": "Auto Scroll. Google Reader works!",
    "icons": {
        "48": "autoscroll.png",
        "128": "autoscroll.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "",
        "default_icon": "autoscroll.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jp_ddo_dekuyou_autoscroll.js"
            ]
        }
    ]
}