SuperSave

Save your favorite page to a single .html file for offline reading.

SuperSave란 무엇입니까?

SuperSave은(는) lhtin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your favorite page to a single .html file for offline reading."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        将你喜欢的页面完整地保存为单个.html文件,方便之后离线阅读。包括远端的图片、样式、iframe等,都会转换为内联方式。目前存在的问题:1. 受同源策略的影响,非同源的iframe无法保存;2. 受安全限制,https网站中的http资源无法下载。                    

확장 프로그램 기본 정보

이름 SuperSave SuperSave
ID mhefpemebmigngojmcliioedhkbeccen
공식 URL https://chromewebstore.google.com/detail/supersave/mhefpemebmigngojmcliioedhkbeccen
설명 Save your favorite page to a single .html file for offline reading.
파일 크기 11.02 KB
설치 횟수 52
현재 버전 1.1
최근 업데이트 2019-06-15
출시 날짜 2019-06-12
평점 5.00/5 총 1 개의 평점
개발자 lhtin
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "name": "__MSG_extensionName__",
    "version": "1.1",
    "author": "lhtin.github.io",
    "description": "__MSG_extensionDesc__",
    "permissions": [
        "activeTab",
        "*:\/\/*\/"
    ],
    "icons": {
        "16": "icon\/fs16.png",
        "32": "icon\/fs32.png",
        "64": "icon\/fs64.png",
        "128": "icon\/fs128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/fs16.png",
            "32": "icon\/fs32.png",
            "64": "icon\/fs64.png",
            "128": "icon\/fs128.png"
        }
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    }
}