Just One File

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

Wat is Just One File?

Just One File is een Chrome-extensie ontwikkeld door yuedong.li, en de belangrijkste functie is "Save current visible elements in an html file. What you see is what you save.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Just One File

Download Just One File-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
Officiële URL https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
Beschrijving Save current visible elements in an html file. What you see is what you save.
Bestandsgrootte 15.7 KB
Aantal Installaties 804
Huidige Versie 1.2.0
Laatst Bijgewerkt 2022-07-08
Publicatiedatum 2016-12-14
Beoordeling 4.38/5 Totaal 8 Beoordelingen
Ontwikkelaar yuedong.li
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.codeboy.me
URL van de Privacybeleid Pagina https://www.codeboy.me
Ondersteunde Talen 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__"
    }
}