TabCache

Helps you save your online workspace for later use

TabCache란 무엇입니까?

TabCache은(는) bluesenberg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you save your online workspace for later use"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TabCache 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        No more windows full of tabs that stay open because you're afraid to lose them. Save your current window and file it under a workspace name. The next time that you want to continue where you left off, simply open the workspace!

Prompt before downloading that says extension can read history is Google's way of saying that it can access any tab on an open window. The extension has no access to your history and has no analytics.                    

확장 프로그램 기본 정보

이름 TabCache TabCache
ID dclldinphdggbaopjkjllgcplbijkibh
공식 URL https://chromewebstore.google.com/detail/tabcache/dclldinphdggbaopjkjllgcplbijkibh
설명 Helps you save your online workspace for later use
파일 크기 598 KB
설치 횟수 84
현재 버전 2.0.2
최근 업데이트 2016-06-19
출시 날짜 2016-06-19
평점 4.67/5 총 3 개의 평점
개발자 bluesenberg
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabCache",
    "description": "Helps you save your online workspace for later use",
    "version": "2.0.2",
    "icons": {
        "16": "icons\/drawer_purple_16.png",
        "48": "icons\/drawer_purple_48.png",
        "128": "icons\/drawer_purple_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "popup.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "http:\/\/www.flaticon.com\/authors\/yannickYannick http:\/\/www.flaticon.com http:\/\/creativecommons.org\/licenses\/by\/3.0\/"
    ]
}