Reopen

Reopen saves your browsing sessions efficiently.

Reopen란 무엇입니까?

Reopen은(는) Abulele Softworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reopen saves your browsing sessions efficiently."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Save your tabs for later, and for FREE!

The sleek and stylish user-interface makes it easier then ever to save and reopen your browsing sessions.

Save countless sessions, and find them easily by giving them a name and a description. You can also specify the session importance, to highlight them.

You're in a hurry? press the Flash button to instantly save your current browsing session. You can find this session by time later on.

Many new features are on the way, so keep an eye open for updates! Also, comments and suggestions for improving our extension are welcome.

** We DO NOT save any records the user's browsing sessions. **

==== Change log: ====
1.0.5 - Fixed a bug preventing certain sites from working properly.                    

확장 프로그램 기본 정보

이름 Reopen Reopen
ID ifijicnnagieeeajbjckfncaabnohfpi
공식 URL https://chromewebstore.google.com/detail/reopen/ifijicnnagieeeajbjckfncaabnohfpi
설명 Reopen saves your browsing sessions efficiently.
파일 크기 178 KB
설치 횟수 154
현재 버전 1.0.5
최근 업데이트 2014-03-15
출시 날짜 2014-03-15
평점 5.00/5 총 5 개의 평점
개발자 Abulele Softworks
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reopen",
    "version": "1.0.5",
    "description": "Reopen saves your browsing sessions efficiently.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    }
}