Tab House

This extension would save a group of Tabs in 1 go.

Tab House란 무엇입니까?

Tab House은(는) gauravgupta1479에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension would save a group of Tabs in 1 go."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This Extension saves tabs opened in Chrome Browser on a single click into a folder created by the user. 
The User can then access tabs from the saved folders later and can also select which tabs to open and which not to.

Thereby it saves time to bookmark each tab individually and later launch them one by one, hence eliminating these hassles and organizes tabs in folders making convenient for the user to look out the tabs that he/she wants to open.                    

확장 프로그램 기본 정보

이름 Tab House Tab House
ID gmkdmhkknodhhnnehhiniapmfejcipeh
공식 URL https://chrome.google.com/webstore/detail/tab-house/gmkdmhkknodhhnnehhiniapmfejcipeh
설명 This extension would save a group of Tabs in 1 go.
파일 크기 299 KB
설치 횟수 16
현재 버전 1.0.0
최근 업데이트 2014-10-03
출시 날짜 2014-10-03
평점 4.67/5 총 6 개의 평점
개발자 gauravgupta1479
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab House",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "This extension would save a group of Tabs in 1 go.",
    "browser_action": {
        "default_title": "Saves Tabs ",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "background",
        "bookmarks",
        "notifications",
        "tabs",
        "storage",
        "alarms",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/*.google.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "background": {
        "scripts": [
            "jquery.min.js",
            "database.js",
            "event.js"
        ]
    }
}