Just One File

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

Was ist Just One File?

Just One File ist eine Chrome-Erweiterung, die von yuedong.li entwickelt wurde, und ihr Hauptmerkmal ist "Save current visible elements in an html file. What you see is what you save.".

Erweiterungsscreenshots

screenshot
screenshot

Just One File-Erweiterungs-CRX-Datei herunterladen

Laden Sie Just One File-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
Offizielle URL https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
Beschreibung Save current visible elements in an html file. What you see is what you save.
Dateigröße 15.7 KB
Installationsanzahl 804
Aktuelle Version 1.2.0
Letztes Update 2022-07-08
Veröffentlichungsdatum 2016-12-14
Bewertung 4.38/5 Insgesamt 8 Bewertungen
Entwickler yuedong.li
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.codeboy.me
URL der Datenschutzrichtlinien-Seite https://www.codeboy.me
Unterstützte Sprachen 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__"
    }
}