AI 产品解读Save a complete web page (as currently displayed) as a single self-contained HTML file that can be opened in any browser
Web pages often depend on external resources (images, CSS, fonts, scripts) that may become unavailable. This extension captures the full page including all embedded resources into a single HTML file for offline viewing, archiving, or sharing.
User navigates to a web page → clicks the toolbar button or uses right-click context menu → selects save type (Basic/Standard/Custom) → extension traverses the DOM, downloads external resources, converts them to data URIs, generates a self-contained HTML file → downloads the HTML file to the user's filesystem. The saved file can be opened in any browser without internet connection.
Save selected tabs as HTML files (Basic, Standard, or Custom items)Save listed URLs from a URL listEmbed external resources (images, fonts, stylesheets, scripts) as data URIs within the saved HTMLThree-pass DOM traversal to gather stylesheets, resources, then generate self-contained HTMLExtract image/audio/video elements individuallyRemove resource loader from previously saved pages
- 目标用户
- Web researchers and archivists / Users who need offline access to web content / Content creators preserving web page snapshots / Users sharing web page content as standalone files
- Extension source is well-structured and fully readable (MV3 with clear background service worker and content scripts)
- No obfuscated code detected
- All paid/login conclusions are based on strong negative evidence (no login flows, no payment APIs, no gating logic)
付费分析未识别到付费功能
No evidence of paid features, subscriptions, or payment mechanisms. The extension is distributed under the GNU GPL v2 license (open-source and free). All keyword matches for 'paid' category are false positives: 'license' refers to GNU GPL software licensing, 'pro' matches words like 'process', 'programmatically', 'profile', 'property', 'progress' in code comments. No subscription, premium, stripe, upgrade, or billing keywords were found. No payment platforms are contacted. All features (save selected tabs, save listed URLs, custom items, extract media) appear freely available.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally. It saves web pages as HTML files using Chrome's downloads API and stores settings in chrome.storage.local. No account creation, authentication flow, OAuth, or credentials storage was found. The 'session' keyword hit at background.js:518 refers to service worker session startup ('Initialize on session startup'), not user login sessions. The 'auth' hits are from LICENSE.txt GPL text (e.g., 'author's protection'). No external authentication services are contacted.
A life saver tool. I was able to save a long continuous page in a single click. It did save me a lot of time.
I have a problem. Saving the file name so weird and suddenly close all page without saveing when i say the name change means this 68ba3168-1a87-41d6-a88d-0bac151c8aea after i chose Use Automation the files name change and about close chrome i choose to close tab after downloads, but when there is more pages open to download extension close all. severally i remove and add againe but nothing change
Clicking the icon did nothing. Right clicking it gives an option to save selected tabs, but doesn't give a way to select any.
I am trying to save a list of URLs loaded from a file. The issues I see: 1. Each URL is loaded on a new tab. That tab then needs to be manually selected, else the Save Page WE plugin doesn't get triggered. Let us call this tab A. 2. Once the page is downloaded and saved, the tab closes (tab A). This happens even if the check box to close the tab after saving, is not selected under Options. 3. Now when the new URL is loaded on a new tab (say tab B), again the tab needs to be manually selected, and so on. This means the plugin cannot function for a bunch of URLs, because each time, the user needs to manually select the newly opened tab. Any reasons why this is happening? Is this be design or is it a bug?
This was a reasonably good extension, yes sometimes I could not save a page and had to opt for taking a screenshot instead. But in the last week or ten days ago it's started replicating tabs with strange text in the URL area as though it's slowly decoding the page I selected to save as an HTML file, I have three tabs doing that right now with text in the URL area like "font weight: 500" and "font: roboto" which appear to be in the html code/formatting of the web page, but it never makes it to the Save AS menu. I hope this is fixable.
stupid is saving the file name so weird
Loved it
Fantastic!
this is so amazing, and works as expected! the chrome original save as doesn't work most of the time. Thanks for the great work, we appreciate!
HELP! HELP! HELP! When it saves the CSDN blog page(example: https://blog.csdn.net/weixin_44792344/article/details/109674599), several seconds after open the file saved, the browser will jump to the CSDN home page.