Just One File

Save current visible elements in an html file. What you see is what you save.

什么是Just One File?

Just One File是由yuedong.li开发的Chrome扩展程序,该扩展的主要功能是“Save current visible elements in an html file. What you see is what you save.”。

扩展截图

screenshot
screenshot

下载Just One File扩展crx文件

下载Just One File扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
官方URL https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
简介 Save current visible elements in an html file. What you see is what you save.
文件大小 15.7 KB
安装次数 804
当前版本 1.2.0
更新时间 2022-07-08
上架时间 2016-12-14
评分 4.38/5 共8次评分
开发者 yuedong.li
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.codeboy.me
隐私政策页面URL https://www.codeboy.me
支持的语言 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__"
    }
}