Save Chrome Tabs For Later

Set aside your currently open tabs to quickly reopen them later.

Save Chrome Tabs For Later란 무엇입니까?

Save Chrome Tabs For Later은(는) LightPark에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set aside your currently open tabs to quickly reopen them later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Save Chrome Tabs For Later 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Lets you easily save your currently open tabs to quickly restore them later.

ACCOLADES:-    Featured on Product Hunt as the #4 Product of the Day.

The best extension of its category just got a whole lot better.

With all these improvements, 'Save Chrome Tabs For Later' is a must have extension for anyone who wants to be more productive with their tabs.

Now you don't have to worry about not being able to get through all the important tabs that you have opened because you have to sleep, go to work etc. Just set these tabs aside in one click and when you come back you can quickly access them all.

No more reading through your browsing history to figure out what stuff was left to go through. You won't miss any important info you clicked on but could not get to.

When your family members/friends interrupt your browsing session to take over, you don't have to worry if they accidentally close your tabs/window. Just set your tabs aside and later you can fire them up at once in the same order you were using them.

No unnecessary permission needed.                    

확장 프로그램 기본 정보

이름 Save Chrome Tabs For Later Save Chrome Tabs For Later
ID hppbldbofhjnhlpcnkdipgjkcefkgkpm
공식 URL https://chromewebstore.google.com/detail/save-chrome-tabs-for-late/hppbldbofhjnhlpcnkdipgjkcefkgkpm
설명 Set aside your currently open tabs to quickly reopen them later.
파일 크기 250 KB
설치 횟수 13,869
현재 버전 1.3
최근 업데이트 2022-11-27
출시 날짜 2019-09-17
평점 4.24/5 총 49 개의 평점
개발자 LightPark
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lightpark-dev.github.io/save-chrome-tabs-for-later/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Chrome Tabs For Later",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Set aside your currently open tabs to quickly reopen them later.",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon-128.png",
            "48": "images\/icon-48.png",
            "32": "images\/icon-32.png"
        }
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "32": "images\/icon-32.png"
    }
}