Save Browsing Session

Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.

Save Browsing Session란 무엇입니까?

Save Browsing Session은(는) https://www.hatzaviv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more."입니다.

확장 프로그램 스크린샷

screenshot

Save Browsing Session 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save all your open tabs and restore them with one click!
Ever felt like it's taking too long for you to open all the tabs you need when you work? When you get home? When you want to watch your favorite series online?
Well no more!
Now you can save your browsing session in one click and restore it whenever you want.

https://www.hatzaviv.com/save_session

How does it work (example for work):
1. Add the extension.
2. Open all the sites you need for when you work (Inbox, Google, Drive, Stack Overflow etc.).
3. Click on the extension icon.
4. Give it a name: "Work".
5. Click the Save button.

And that's it.
Whenever you go to work just click on the extension icon and reload your browsing session.

Enjoy.

https://www.hatzaviv.com/save_session

For Suggestions and feedback: [email protected] (Please no spam)                    

확장 프로그램 기본 정보

이름 Save Browsing Session Save Browsing Session
ID klogkcckdgfnghedlbnjjphfladfedke
공식 URL https://chromewebstore.google.com/detail/save-browsing-session/klogkcckdgfnghedlbnjjphfladfedke
설명 Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.
파일 크기 43.13 KB
설치 횟수 876
현재 버전 2.0.2
최근 업데이트 2022-05-07
출시 날짜 2018-03-28
평점 3.50/5 총 12 개의 평점
개발자 https://www.hatzaviv.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hatzaviv.com/save_session/
도움말 페이지 URL https://www.hatzaviv.com/save_session/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Browsing Session",
    "short_name": "SaveBrowsingSession",
    "description": "Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.",
    "version": "2.0.2",
    "action": {
        "default_icon": {
            "16": "save_session_icon2_16.png"
        },
        "default_popup": "popup.html",
        "default_title": "Save Browsing Session"
    },
    "icons": {
        "16": "save_session_icon2_16.png",
        "48": "save_session_icon2_48.png",
        "128": "save_session_icon2_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}