Offline Cache

Keeps files accessed for domains, so they can be loaded with no internet connection.

Wat is Offline Cache?

Offline Cache is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Keeps files accessed for domains, so they can be loaded with no internet connection.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Offline Cache

Download Offline Cache-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Offline Cache Offline Cache
ID clnnmflgmblfoaneepnpadmelcjlckkb
Officiële URL https://chromewebstore.google.com/detail/offline-cache/clnnmflgmblfoaneepnpadmelcjlckkb
Beschrijving Keeps files accessed for domains, so they can be loaded with no internet connection.
Bestandsgrootte 128 KB
Aantal Installaties 225
Huidige Versie 1.33
Laatst Bijgewerkt 2016-03-16
Publicatiedatum 2016-03-16
Beoordeling 2.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}