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文件

下載SuperSave擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SuperSave SuperSave
ID mhefpemebmigngojmcliioedhkbeccen
官方網址 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"
        ]
    }
}