Just One File

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

Vad är Just One File?

Just One File är en Chrome-tillägg utvecklad av yuedong.li, och dess huvudfunktion är "Save current visible elements in an html file. What you see is what you save.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Just One File-förlängningens CRX-fil

Ladda ner Just One File-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
Officiell webbadress https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
Beskrivning Save current visible elements in an html file. What you see is what you save.
Filstorlek 15.7 KB
Antal Installationer 804
Aktuell Version 1.2.0
Senast Uppdaterad 2022-07-08
Publiceringsdatum 2016-12-14
Betyg 4.38/5 Totalt 8 Betyg
Utvecklare yuedong.li
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.codeboy.me
URL till Sekretesspolicy Sidan https://www.codeboy.me
Stödda Språk 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__"
    }
}