Offline Cache
Keeps files accessed for domains, so they can be loaded with no internet connection.
什麼是Offline Cache?
Offline Cache是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Keeps files accessed for domains, so they can be loaded with no internet connection.”。
擴展截圖
下載Offline Cache擴展crx文件
下載Offline Cache擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Offline Cache ========== This extension assists in working in an offline environment. When active and recording, it records the requests made from a web page and maintains a cache of the responses. When active and replaying, it uses the responses stored in the cache to spoof/mock the response as if you were online. The extension is configured to only be active on certain domains, which can be set from the extension's options page.
擴展基本資訊
名稱 | Offline Cache |
ID | clnnmflgmblfoaneepnpadmelcjlckkb |
官方網址 | https://chromewebstore.google.com/detail/offline-cache/clnnmflgmblfoaneepnpadmelcjlckkb |
簡介 | Keeps files accessed for domains, so they can be loaded with no internet connection. |
檔案大小 | 128 KB |
安裝次數 | 225 |
目前版本 | 1.33 |
更新時間 | 2016-03-16 |
上架時間 | 2016-03-16 |
評分 | 2.20/5 共 5 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Offline Cache", "version": "1.33", "manifest_version": 2, "description": "Keeps files accessed for domains, so they can be loaded with no internet connection.", "browser_action": { "default_icon": "disabled.png", "default_title": "Toggle On\/Off", "default_popup": "switcheroo.html" }, "permissions": [ "unlimitedStorage", "storage", "webRequest", "webRequestBlocking", " |