Just One File

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

Co to jest Just One File?

Just One File to rozszerzenie Chrome opracowane przez yuedong.li, a jego główną funkcją jest „Save current visible elements in an html file. What you see is what you save.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Just One File

Pobierz pliki rozszerzeń Just One File w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
Oficjalny URL https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
Opis Save current visible elements in an html file. What you see is what you save.
Rozmiar pliku 15.7 KB
Liczba instalacji 804
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-07-08
Data Publikacji 2016-12-14
Ocena 4.38/5 Łącznie 8 Oceny
Deweloper yuedong.li
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.codeboy.me
Adres URL Strony Polityki Prywatności https://www.codeboy.me
Obsługiwane Języki 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__"
    }
}