Just One File

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

Hvad er Just One File?

Just One File er en Chrome-udvidelse udviklet af yuedong.li, og dens hovedfunktion er "Save current visible elements in an html file. What you see is what you save.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Just One File-udvidelses-CRX-fil

Download Just One File-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
Officiel URL https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
Beskrivelse Save current visible elements in an html file. What you see is what you save.
Filstørrelse 15.7 KB
Antal Installationer 804
Nuværende Version 1.2.0
Senest Opdateret 2022-07-08
Udgivelsesdato 2016-12-14
Bedømmelse 4.38/5 Samlet 8 Bedømmelser
Udvikler yuedong.li
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.codeboy.me
URL til Fortrolighedspolitik Side https://www.codeboy.me
Understøttede Sprog 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__"
    }
}