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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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__"
    }
}