SaveTabs

Save the tabs in your current window to a new, timestamped, bookmarks folder.

SaveTabs란 무엇입니까?

SaveTabs은(는) Chris Dzombak에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save the tabs in your current window to a new, timestamped, bookmarks folder."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Saves the tabs in your current window to a new bookmarks folder, named based on the current date & time.

You can choose where new bookmarks folders are created. To change that setting, just right-click on the SaveTabs button and select "Options".                    

확장 프로그램 기본 정보

이름 SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
공식 URL https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
설명 Save the tabs in your current window to a new, timestamped, bookmarks folder.
파일 크기 95.11 KB
설치 횟수 3,455
현재 버전 0.5
최근 업데이트 2013-11-06
출시 날짜 2013-11-05
평점 4.67/5 총 24 개의 평점
개발자 Chris Dzombak
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/cdzombak/SaveTabs
도움말 페이지 URL http://github.com/cdzombak/SaveTabs/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SaveTabs",
    "author": "Chris Dzombak ",
    "manifest_version": 2,
    "version": "0.5",
    "description": "Save the tabs in your current window to a new, timestamped, bookmarks folder.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Save tabs in a new bookmarks folder"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/github.com\/cdzombak\/SaveTabs",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    }
}