Simple smooth scrolling

Based on crxmouse, only smooth scrolling, and no background process.

Simple smooth scrolling란 무엇입니까?

Simple smooth scrolling은(는) ipcws에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Based on crxmouse, only smooth scrolling, and no background process."입니다.

Simple smooth scrolling 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A simple smooth scrolling extension. based on gestures for chrome(TM)(also crxmouse).Only smooth scrolling, no others, no background process.                    

확장 프로그램 기본 정보

이름 Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
공식 URL https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
설명 Based on crxmouse, only smooth scrolling, and no background process.
파일 크기 24.85 KB
설치 횟수 1,000
현재 버전 3.0
최근 업데이트 2015-06-20
출시 날짜 2015-06-20
평점 3.78/5 총 36 개의 평점
개발자 ipcws
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/scroll.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "options_page": "html\/options.html",
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}