Simpli

Beautiful personal homepage for Google Chrome

O que é Simpli?

Simpli é uma extensão do Chrome desenvolvida por https://thisismadeinpoland.com/simpli, e sua principal característica é "Beautiful personal homepage for Google Chrome".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simpli

Baixe arquivos de extensão Simpli 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

                        Replace New tab page with beautiful personal home page featuring search, speed dial with tabs, and more!

Simpli is a material design, beautiful personal home page allowing user to speed dial favorite sites, group sites by category using tabs, search the web for facts, torrents, hotels, images, and more; enjoying inspiring and calming photos at the same time.

It offers modern web browsers New tab page functionalities directly in Google Chrome, for free.                    

Informações Básicas da Extensão

Nome Simpli Simpli
ID kgijfpboagjijpghdmnndcdlfjmhhcib
URL Oficial https://chromewebstore.google.com/detail/simpli/kgijfpboagjijpghdmnndcdlfjmhhcib
Descrição Beautiful personal homepage for Google Chrome
Tamanho do Arquivo 11.19 MB
Contagem de Instalações 590
Versão Atual 1.1.1
Última Atualização 2022-03-31
Data de Publicação 2019-11-03
Classificação 3.73/5 Total de 11 Avaliações
Desenvolvedor https://thisismadeinpoland.com/simpli
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thisismadeinpoland.com/simpli/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simpli",
    "version": "1.1.1",
    "description": "Beautiful personal homepage for Google Chrome",
    "manifest_version": 3,
    "offline_enabled": true,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "geolocation",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "background": {
        "service_worker": "js\/init.js"
    },
    "action": {
        "default_title": "Home page"
    },
    "icons": {
        "16": "img\/assets\/icon16.png",
        "32": "img\/assets\/icon32.png",
        "48": "img\/assets\/icon48.png",
        "128": "img\/assets\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "style-content-script.css",
                "font\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "style-content-script.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}