Just One File

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

O que é Just One File?

Just One File é uma extensão do Chrome desenvolvida por yuedong.li, e sua principal característica é "Save current visible elements in an html file. What you see is what you save.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Just One File

Baixe arquivos de extensão Just One File no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
URL Oficial https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
Descrição Save current visible elements in an html file. What you see is what you save.
Tamanho do Arquivo 15.7 KB
Contagem de Instalações 804
Versão Atual 1.2.0
Última Atualização 2022-07-08
Data de Publicação 2016-12-14
Classificação 4.38/5 Total de 8 Avaliações
Desenvolvedor yuedong.li
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.codeboy.me
URL da Página de Política de Privacidade https://www.codeboy.me
Idiomas Suportados 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__"
    }
}