Auto Scroll

Auto Scroll. Google Reader works!

Auto Scroll란 무엇입니까?

Auto Scroll은(는) https://dekuyou.ddo.jp/knowledge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Scroll. Google Reader works!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto Scroll 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL 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"
            ]
        }
    ]
}