Scroll Button

Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .

Scroll Button란 무엇입니까?

Scroll Button은(는) https://tejji.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning ."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning.

Here is what you can do with this extension...
1. Click on a button to scroll to top or scroll to bottom 
2. Drag and position the scroll button whereever you like
3. Resize if you think the button is occupying lot of space
4. Disable it if you don't want it on your screen
5. The same scroll options are available via context menu (right click menu)
6. Remove it from context menu if you don't want it there
7. Reset it to original position after lot of fiddling :)
 
Bloggers and web readers can make most use of this extension as they keep reading a lot.

Options are available via...
Right click on any page --> Click Scroll Button --> Click Options
OR
Tools --> Extensions --> Scroll Button --> Click Options link


More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com


v1.2 - 2018-09-14
- Updated to comply to Chrome Web Store policies

Note: this does not work on chrome.google.com by design                    

확장 프로그램 기본 정보

이름 Scroll Button Scroll Button
ID fbkobdcckhcgleanepepnfaficicaogg
공식 URL https://chromewebstore.google.com/detail/scroll-button/fbkobdcckhcgleanepepnfaficicaogg
설명 Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .
파일 크기 112 KB
설치 횟수 4,133
현재 버전 1.2
최근 업데이트 2018-09-14
출시 날짜 2018-09-14
평점 3.72/5 총 174 개의 평점
개발자 https://tejji.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tejji.com/
도움말 페이지 URL http://tejji.com/contactus.aspx
개인정보 보호 정책 페이지 URL https://tejji.com/privacy.aspx
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll Button",
    "version": "1.2",
    "description": "Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning    .",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/jquery-ui.min.js",
        "js\/jquery.idle-timer.js",
        "js\/scroll-button.js",
        "css\/jquery-ui.css",
        "img\/content\/bottom-arrow.png",
        "img\/content\/top-arrow.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery-ui.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery-ui.min.js",
                "js\/jquery.idle-timer.js",
                "js\/scroll-button.js"
            ]
        }
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}