Reload Alfa

Use Reload Alfa extension for your browser. It will easy your browser reloading functions

什麼是Reload Alfa?

Reload Alfa是由Nightfury-alfa.com開發的Chrome擴展程式,該擴展的主要功能是“Use Reload Alfa extension for your browser. It will easy your browser reloading functions”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Reload Alfa擴展crx文件

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

擴展使用說明

                        Reload alfa extension you can use for your browser reload functions. Using reload alfa you can reload crashed tabs automatically and reload all the tabs using context the menu option "reload all tabs". It will reload your browser all tabs same time.
 
                  And You can reload browser each tabs repeatedly for a timer using the extension popup menu reload timer. You can give a specific time to each and press the start button. it will reload your tabs repeatedly for that time you given until you press the stop button.
 
              Hope this extension will easy your browser tab reload functions.
                   
                         Thank You !!!                    

擴展基本資訊

名稱 Reload Alfa Reload Alfa
ID liinmplbbaboodbpaaifgllciabjkhka
官方網址 https://chromewebstore.google.com/detail/reload-alfa/liinmplbbaboodbpaaifgllciabjkhka
簡介 Use Reload Alfa extension for your browser. It will easy your browser reloading functions
檔案大小 206 KB
安裝次數 127
目前版本 1.6.7
更新時間 2021-09-19
上架時間 2019-06-26
評分 4.00/5 共 1 次評分
開發者 Nightfury-alfa.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reload Alfa",
    "short_name": "Reload Alfa",
    "version": "1.6.7",
    "manifest_version": 2,
    "description": "Use Reload Alfa extension for your browser. It will easy your browser reloading functions",
    "icons": {
        "128": "icons\/icon 64.png",
        "48": "icons\/icon 48.png",
        "16": "icons\/icon 16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon 128.png",
        "default_popup": "Luna version popup.html",
        "default_title": "Reload Alfa"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "src bac\/content scr.js",
                "src bac\/blank.js",
                "src\/bg\/auto r\/script.js",
                "src\/bg\/context r\/context.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "src\/bg\/auto r\/background2.js",
            "src\/bg\/auto r\/install.js",
            "src\/bg\/context r\/context.js",
            "src bac\/bac.js",
            "src bac\/url.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "file:\/\/*\/",
        "contextMenus"
    ]
}