Simply Tabs Saver

Quickly save or restore all tabs with just a click!

Simply Tabs Saver란 무엇입니까?

Simply Tabs Saver은(는) https://apoorv.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly save or restore all tabs with just a click!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Simply Tabs Saver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can save opened tabs, with just a single click.
With that extension you could save all opened tabs in current window. This is realy good, when you often need to open many tabs on different subjects, with a single click.

Features: 
1. Possibility to Save opened tabs with unique name and reopening them in future with single click.
2. Possibility to Open different tabs in previously saved group.
3. Possibility to Delete saved tabs.
4. Possibility to Update existing tabs group with the current open tabs.
5. Possibility to Open tab groups(multiple tabs) with a single click.
6. Possibility to reset links.

Hints:
Use single Left Mouse click on links to open a new tab. The link will open up in new tab.
Use single Left Mouse click on tab group link to open all tab links present in the tab group.                    

확장 프로그램 기본 정보

이름 Simply Tabs Saver Simply Tabs Saver
ID aobclpbhnodnafnndcfgfecfeloganfm
공식 URL https://chromewebstore.google.com/detail/simply-tabs-saver/aobclpbhnodnafnndcfgfecfeloganfm
설명 Quickly save or restore all tabs with just a click!
파일 크기 109 KB
설치 횟수 1,605
현재 버전 1.0.3
최근 업데이트 2013-02-05
출시 날짜 2013-02-04
평점 2.78/5 총 23 개의 평점
개발자 https://apoorv.pro
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ApoorvSaxena/Multiple-Tab-Saver
도움말 페이지 URL https://github.com/ApoorvSaxena/Multiple-Tab-Saver
지원되는 언어 de,en,fr,es,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "version": "1.0.3",
    "description": "__MSG_application_description__",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "name": "Quickly Save Tabs",
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Save Tabs"
    },
    "default_locale": "en",
    "manifest_version": 2
}