SuperSave
Save your favorite page to a single .html file for offline reading.
Cos'è SuperSave?
SuperSave è un'estensione di Chrome sviluppata da lhtin, e la sua funzione principale è "Save your favorite page to a single .html file for offline reading.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SuperSave
Scarica i file di estensione SuperSave in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
将你喜欢的页面完整地保存为单个.html文件,方便之后离线阅读。包括远端的图片、样式、iframe等,都会转换为内联方式。目前存在的问题:1. 受同源策略的影响,非同源的iframe无法保存;2. 受安全限制,https网站中的http资源无法下载。 Informazioni di Base sull'Estensione
| Nome | |
| ID | mhefpemebmigngojmcliioedhkbeccen |
| URL Ufficiale | https://chromewebstore.google.com/detail/supersave/mhefpemebmigngojmcliioedhkbeccen |
| Descrizione | Save your favorite page to a single .html file for offline reading. |
| Dimensione del File | 11.02 KB |
| Conteggio Installazioni | 52 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2019-06-15 |
| Data di Pubblicazione | 2019-06-12 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | lhtin |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |