OneTab

OneTab - Take your browser up a notch

O que é OneTab?

OneTab é uma extensão do Chrome desenvolvida por https://onetab.live, e sua principal característica é "OneTab - Take your browser up a notch".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OneTab

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

                        The OneTab extension consists of only what you need right at your fingertips. 
Easy access search functionality (powered by Bing and Others) providing relevant results in an instant.

OneTab provides an effortlessness users experience, with functional features that will bring fluidity to your browser experience.

By clicking "Add to Chrome", I accept and agree to installing the OneTab Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service and the Terms of Use and Privacy Policy.

Terms of Use: https://onetab.live/privacy.html
Privacy Policy: https://onetab.live/terms.html                    

Informações Básicas da Extensão

Nome OneTab OneTab
ID eekdcibomnakahiiabdfimbnecfalnha
URL Oficial https://chromewebstore.google.com/detail/onetab/eekdcibomnakahiiabdfimbnecfalnha
Descrição OneTab - Take your browser up a notch
Tamanho do Arquivo 35.04 KB
Contagem de Instalações 69
Versão Atual 1.0
Última Atualização 2021-12-08
Data de Publicação 2021-12-07
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://onetab.live
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://onetab.live
URL da Página de Ajuda https://onetab.live/contact.html
URL da Página de Política de Privacidade https://onetab.live/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OneTab",
    "short_name": "One Tab",
    "version": "1.0",
    "description": "OneTab - Take your browser up a notch",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/onetab.live\/",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "html\/index.html"
    },
    "permissions": [],
    "browser_action": {
        "default_title": "New Tab - OneTab",
        "default_icon": "icons\/128x128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.bing.com https:\/\/www.googletagmanager.com https:\/\/www.w3.org https:\/\/fonts.googleapis.com https:\/\/chrome.google.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/onetab.live; object-src 'self'",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "OneTab Search",
            "keyword": "Keyword",
            "search_url": "https:\/\/onetab.live\/index.php?k={searchTerms}",
            "favicon_url": "https:\/\/onetab.live\/images\/favicon-16x16.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}