云快照

一键保存网站的快照(截图 + 网页)到云服务器上

What is 云快照?

云快照 is a Chrome extension developed by https://aimu.app, and its main feature is "一键保存网站的快照(截图 + 网页)到云服务器上".

Extension Screenshots

screenshot
screenshot

Download 云快照 Extension CRX File

Download 云快照 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        使用说明:
只需要在当前网页上右键菜单,然后点击“保存快照”,就能把当前网页的截图(.jpeg)和代码(.mhtml)免费保存到云服务器上,可以用于稍后阅读或者历史归档,无需注册和无需等待,还能把快照链接分享给别人。

托管服务:
除了可以使用云快照的托管服务外,你还能把快照托管到你自己的 Github 或者 Gitee 上,不用担心数据丢失。

注意事项:
所保存的网页代码(.mhtml)会尽量的还原网页的文字排版和CSS样式,但也有可能会丢失一些图片和视频效果,且该网页代码不会执行任何JS脚本。                    

Extension Basic Information

Name 云快照 云快照
ID damkpemiplcamnlcfcphcfebebllohkc
Official URL https://chromewebstore.google.com/detail/%E4%BA%91%E5%BF%AB%E7%85%A7/damkpemiplcamnlcfcphcfebebllohkc
Description 一键保存网站的快照(截图 + 网页)到云服务器上
File Size 308 KB
Installation Count 208
Current Version 1.0.4
Last Updated 2022-06-30
Publish Date 2022-05-31
Developer https://aimu.app
Email [email protected]
Payment Type free
Extension Website https://aimu.app
Help Page URL https://aimu.app
Privacy Policy Page URL https://aimu.app/privacy-policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e91\u5feb\u7167",
    "version": "1.0.4",
    "description": "\u4e00\u952e\u4fdd\u5b58\u7f51\u7ad9\u7684\u5feb\u7167(\u622a\u56fe + \u7f51\u9875)\u5230\u4e91\u670d\u52a1\u5668\u4e0a",
    "homepage_url": "https:\/\/aimu.app",
    "options_page": "options.html",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "pageCapture",
        "contextMenus"
    ],
    "action": [],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}