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.”。
扩展截图
下载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 |
ID | aidgmggjdemjaobaogghgfakegjnfldo |
官方URL | 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" } } |