Just One File

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

Cos'è Just One File?

Just One File è un'estensione di Chrome sviluppata da yuedong.li, e la sua funzione principale è "Save current visible elements in an html file. What you see is what you save.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Just One File

Scarica i file di estensione Just One File in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
URL Ufficiale https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
Descrizione Save current visible elements in an html file. What you see is what you save.
Dimensione del File 15.7 KB
Conteggio Installazioni 804
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-07-08
Data di Pubblicazione 2016-12-14
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore yuedong.li
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.codeboy.me
URL della Pagina della Politica sulla Privacy https://www.codeboy.me
Lingue Supportate 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__"
    }
}