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文件

下載Scroll Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
}