Offline Mode

Disconnect your browser from the internet with offline mode.

什麼是Offline Mode?

Offline Mode是由leocompson開發的Chrome擴展程式,該擴展的主要功能是“Disconnect your browser from the internet with offline mode.”。

擴展截圖

screenshot

下載Offline Mode擴展crx文件

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

擴展使用說明

                        Offline Mode is an extension that lets you easily disconnect your browser from the internet. 

The toolbar button serves as an ON|OFF switch. When the addon is active toolbar icon is dark grey and when it is inactive, the button is light grey. Pressing on the toolbar button will toggle the offline mode. When offline mode is active, all internet requests to, and from the browser, are blocked. This is similar to disconnecting your computer from the internet. Within the offline mode local page, press on the go back button to navigate to the original page (remember to turn off the addon first).

If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/offline-mode.html).                    

擴展基本資訊

名稱 Offline Mode Offline Mode
ID aidgmggjdemjaobaogghgfakegjnfldo
官方網址 https://chromewebstore.google.com/detail/offline-mode/aidgmggjdemjaobaogghgfakegjnfldo
簡介 Disconnect your browser from the internet with offline mode.
檔案大小 29.61 KB
安裝次數 3,373
目前版本 0.1.2
更新時間 2023-02-07
上架時間 2021-03-01
評分 3.60/5 共 5 次評分
開發者 leocompson
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/offline-mode.html
說明頁面URL https://mybrowseraddon.com/offline-mode.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "name": "Offline Mode",
    "offline_enabled": true,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/offline-mode.html",
    "description": "Disconnect your browser from the internet with offline mode.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Offline Mode",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}