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
公式URL 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
Eメール [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"
    ]
}