SuperSave

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

Qu'est-ce que SuperSave ?

SuperSave est une extension Chrome développée par lhtin, et sa fonction principale est "Save your favorite page to a single .html file for offline reading.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SuperSave

Téléchargez les fichiers d'extension SuperSave au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SuperSave SuperSave
ID mhefpemebmigngojmcliioedhkbeccen
URL Officiel https://chromewebstore.google.com/detail/supersave/mhefpemebmigngojmcliioedhkbeccen
Description Save your favorite page to a single .html file for offline reading.
Taille du Fichier 11.02 KB
Nombre d'Installations 52
Version Actuelle 1.1
Dernière Mise à Jour 2019-06-15
Date de Publication 2019-06-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur lhtin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}