Oh My Tabs!

SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions.

Oh My Tabs!란 무엇입니까?

Oh My Tabs!은(는) mmmavis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Oh My Tabs! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ★ VERSION 2.0 IS OUT ★

SAVE YOUR TABS FOR FUTURE USE !!! 

Are you scared to shut down your computer because you don't want to see your open tabs disappear?  No problem.  This extension is here to help!

A tabs organizer that allows users to select and save currently open tabs as sessions.  Tabs saved in a session can be launched at once.  This extension boosts users' productivity by remembering and organizing tabs in a smarter, efficient way.

★ Information you choose to save will be stored locally on your computer.  Data will NOT be distributed through this extension. 


◼◼◼ Recent Updates ◼◼◼
Version 1.0.1: updated to manifest v2
Version 1.0.2: NEW UI theme!
Version 1.0.3: changed extension description
Version 1.0.4: bug fixes
Version 2.0.0:
   - brand new interface design
   - add additional tabs to existing saved session
   - a tab's pinned state will be saved
   - bug fixes
 

◼◼◼ Note ◼◼◼
If you find any bugs or have any suggestions in mind, please let me know =)

★ My other Chrome extension ★
Oh Remind Me!
https://chrome.google.com/webstore/detail/ipbipflodnkaldhkkibbbkcfnhmpkneg/publish-accepted?hl=en&gl=CA                    

확장 프로그램 기본 정보

이름 Oh My Tabs! Oh My Tabs!
ID pafbcbpkhdaannjjnemdlohnoaecbohb
공식 URL https://chrome.google.com/webstore/detail/oh-my-tabs/pafbcbpkhdaannjjnemdlohnoaecbohb
설명 SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions.
파일 크기 1.1 MB
설치 횟수 371
현재 버전 2.0.0
최근 업데이트 2013-07-16
출시 날짜 2013-07-16
평점 3.94/5 총 18 개의 평점
개발자 mmmavis
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oh My Tabs!",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions. ",
    "icons": {
        "16": "images\/icon(16by16).png",
        "48": "images\/icon(48by48).png",
        "128": "images\/icon(128by128).png"
    },
    "browser_action": {
        "default_icon": "images\/icon(128by128).png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "history",
        "storage"
    ]
}