Snapshot

Capture the state of your current browser window.

Snapshot란 무엇입니까?

Snapshot은(는) https://lucajoos.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture the state of your current browser window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Save, synchronize and share the current state of your browser window. 
With just one click, you can create a personalized Snapshot that gives you full access to your last session - even if you've closed your browser.
Open Snapshot on another device, log in with your account, and get real-time access to all your saved tabs. You can even share your Snapshots with friends to let them experience your current browsing session with just a couple of clicks.                    

확장 프로그램 기본 정보

이름 Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
공식 URL https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
설명 Capture the state of your current browser window.
파일 크기 186 KB
설치 횟수 132
현재 버전 2.3.0
최근 업데이트 2022-05-29
출시 날짜 2022-04-12
평점 5.00/5 총 1 개의 평점
개발자 https://lucajoos.de
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://snapshot.lucajoos.de
개인정보 보호 정책 페이지 URL https://snapshot.lucajoos.de/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapshot",
    "description": "Capture the state of your current browser window.",
    "version": "2.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "app.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/png\/16x16.png",
        "48": "icons\/png\/48x48.png",
        "128": "icons\/png\/128x128.png"
    }
}