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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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", " |