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.」です。

拡張機能のスクリーンショット

screenshot

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 Offline Cache
ID clnnmflgmblfoaneepnpadmelcjlckkb
公式URL 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",
        "",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "lib\/url.js",
            "Tabs.js",
            "Storage.js",
            "RulesService.js",
            "Cache.js",
            "MessageService.js",
            "RequestModerator.js",
            "IconStatus.js",
            "background.js"
        ]
    }
}