TabHamster

Session manager and tabs saver. With sync

TabHamster란 무엇입니까?

TabHamster은(는) Mykhailo Onikiienko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Session manager and tabs saver. With sync"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ► Save open tabs in the group.
	✓ Tab Groups are stored in the sync Chrome storage. Sign in to browser to get them on other PC.
	✓ Assign a group name.
	✓ Edit, add new tabs, delete, move the group from the list.

► Session Manager provides quick and convenient access to the latest browser sessions.
	✓ Access to the currently open (and earlier) browser session.
	✓ Rapid recovery of any session in one click.
	✓! Sessions are not synchronized.


☀ Tips:
	● To quickly save all open tabs in a group, open the extension window and press "ENTER". Later, you can edit the name of the group.
	● "Ctrl + click" on group name (or session) - open tabs in a new window.


Tab Hamster source code: https://github.com/onikienko/TabHamster                    

확장 프로그램 기본 정보

이름 TabHamster TabHamster
ID mkfjjmjmnplabnplceaekkjcmdddokee
공식 URL https://chromewebstore.google.com/detail/tabhamster/mkfjjmjmnplabnplceaekkjcmdddokee
설명 Session manager and tabs saver. With sync
파일 크기 65.33 KB
설치 횟수 6,096
현재 버전 0.2.10
최근 업데이트 2015-12-08
출시 날짜 2015-12-08
평점 4.18/5 총 92 개의 평점
개발자 Mykhailo Onikiienko
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://onikienko.github.io/browser-extensions/privacy-policy
지원되는 언어 en,fr,es,hu,sr,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "0.2.10",
    "manifest_version": 2,
    "author": "Mykhailo Onikiienko",
    "minimum_chrome_version": "25",
    "default_locale": "en",
    "icons": {
        "16": "img\/ext_icons\/16.png",
        "48": "img\/ext_icons\/48.png",
        "128": "img\/ext_icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ext_icons\/19.png",
            "38": "img\/ext_icons\/38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/storage.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}