Comeback

Comeback to the top of the page

什麼是Comeback?

Comeback是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Comeback to the top of the page”。

擴展截圖

screenshot

下載Comeback擴展crx文件

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

擴展使用說明

                        A browser extension (add-on) for Google Chrome, Mozilla Firefox, Microsoft Edge, and Opera that allows you to quickly comeback to the top of the page.                    

擴展基本資訊

名稱 Comeback Comeback
ID dmigneggooddghokkbnpblkigghbcilp
官方網址 https://chromewebstore.google.com/detail/comeback/dmigneggooddghokkbnpblkigghbcilp
簡介 Comeback to the top of the page
檔案大小 16.07 KB
安裝次數 96
目前版本 0.0.2
更新時間 2022-05-15
上架時間 2022-05-11
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Comeback to the top of the page",
    "name": "Comeback",
    "version": "0.0.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/convictionpop.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}