Safe Search Tab

Safe Search Tab is a Chrome Extension for the New Tab

O que é Safe Search Tab?

Safe Search Tab é uma extensão do Chrome desenvolvida por Minimalist, e sua principal característica é "Safe Search Tab is a Chrome Extension for the New Tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Safe Search Tab

Baixe arquivos de extensão Safe Search Tab 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

                        Tired of the cluttered default new tab page? Minimalist New Tab replaces it with a clean, minimalist page that lets you focus.

Bring focus back to your browsing with a decluttered new tab page. Just click "Add to Chrome" to get started.

By installing Minimalist New Tab, you agree to make it your default new tab page. Minimalist New Tab search engine features are powered by Bing.                    

Informações Básicas da Extensão

Nome Safe Search Tab Safe Search Tab
ID gpheagondhhplbohakmphfiaikhkgngj
URL Oficial https://chromewebstore.google.com/detail/safe-search-tab/gpheagondhhplbohakmphfiaikhkgngj
Descrição Safe Search Tab is a Chrome Extension for the New Tab
Tamanho do Arquivo 46.32 KB
Contagem de Instalações 93
Versão Atual 1.1.3
Última Atualização 2023-10-26
Data de Publicação 2022-11-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Minimalist
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://ad-block-pro.co/privacy
Idiomas Suportados en
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlQJ5l\/TdITNaNCdHquiaa6hN9AW7Y6T9iiupgLipR1OzkxwG36OFOaZDu4DrOf0bjzaDSyXBqZ7quTE19RFTDwtjl5P\/vjZASCVF3eVV1gp2c8YHUzlbfM1Yskk40dizBvoExb1rqbi4GER6aRTY6PwBGJWpgefSpreoB9lNp37jWQo6m4B2gip9gIaFQA1MODWEBWRdJXi2cVR91LHqWgL6GPKSw5LlCqsr98h1WggAfjzSV\/5OuRqxWHckI5SrB4jPqZibTr1wYL86sh2u5xTvOsDy98AeX+SpJChQW\/l0JHaFYUnR5qJJmXDV8mckcQ1rmeXLPbWAspHS3cmnbQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}