Just One File

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

Just One File là gì?

Just One File là một tiện ích mở rộng Chrome được phát triển bởi yuedong.li, và tính năng chính của nó là "Save current visible elements in an html file. What you see is what you save.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Just One File

Tải xuống các tệp mở rộng Just One File dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
URL Chính Thức https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
Mô tả Save current visible elements in an html file. What you see is what you save.
Kích Thước Tệp 15.7 KB
Số Lần Cài Đặt 804
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-07-08
Ngày Phát Hành 2016-12-14
Đánh Giá 4.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển yuedong.li
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.codeboy.me
URL Trang Chính Sách Bảo Mật https://www.codeboy.me
Ngôn Ngữ Được Hỗ Trợ 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__"
    }
}