Just One File
Save current visible elements in an html file. What you see is what you save.
What is Just One File?
Just One File is a Chrome extension developed by yuedong.li, and its main feature is "Save current visible elements in an html file. What you see is what you save.".
Extension Screenshots
Download Just One File Extension CRX File
Download Just One File 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
Save the current visible elements to an Html file. The plugi removes the script and other useless elements, as much as possible to preserve the contents of the current page display.
Extension Basic Information
Name | Just One File |
ID | opofajlgipfljhhlfhcpmhhjckjaacia |
Official URL | https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia |
Description | Save current visible elements in an html file. What you see is what you save. |
File Size | 15.7 KB |
Installation Count | 804 |
Current Version | 1.2.0 |
Last Updated | 2022-07-08 |
Publish Date | 2016-12-14 |
Rating | 4.38/5 Total 8 Ratings |
Developer | yuedong.li |
[email protected] | |
Payment Type | free |
Extension Website | https://www.codeboy.me |
Privacy Policy Page URL | https://www.codeboy.me |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "JOF", "version": "1.2.0", "manifest_version": 3, "description": "__MSG_detail__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "offline_enabled": true, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "zh_CN", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_title": "__MSG_title__" } } |