Back to Top

Scroll to the top of the page. No animation. Minimal memory usage.

什麼是Back to Top?

Back to Top是由Ozawa Masayuki開發的Chrome擴展程式,該擴展的主要功能是“Scroll to the top of the page. No animation. Minimal memory usage.”。

擴展截圖

screenshot

下載Back to Top擴展crx文件

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

擴展使用說明

                        Scroll to the top of the web page of the active tab.
No animation.
Minimal memory usage.
Free and open sourced.                    

擴展基本資訊

名稱 Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
官方網址 https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
簡介 Scroll to the top of the page. No animation. Minimal memory usage.
檔案大小 4.09 KB
安裝次數 54
目前版本 1.0
更新時間 2020-11-22
上架時間 2017-08-10
評分 5.00/5 共 3 次評分
開發者 Ozawa Masayuki
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ozami/back-to-top
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back to Top",
    "description": "Scroll to the top of the page. No animation. Minimal memory usage.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    }
}