OpenTabs: Save trees by opening new tabs

Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.

O que é OpenTabs: Save trees by opening new tabs?

OpenTabs: Save trees by opening new tabs é uma extensão do Chrome desenvolvida por https://opentabs.org, e sua principal característica é "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão OpenTabs: Save trees by opening new tabs

Baixe arquivos de extensão OpenTabs: Save trees by opening new tabs 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

                        OpenTabs uses ads on the new-tab page to save trees simply by opening new tabs.                    

Informações Básicas da Extensão

Nome OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
URL Oficial https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
Descrição Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
Tamanho do Arquivo 1.42 MB
Contagem de Instalações 30,652
Versão Atual 2.64.1
Última Atualização 2023-09-19
Data de Publicação 2020-06-17
Classificação 4.92/5 Total de 364 Avaliações
Desenvolvedor https://opentabs.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.opentabs.org/
URL da Página de Ajuda https://opentabs.contactin.bio/
URL da Página de Política de Privacidade https://blog.jointero.org/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenTabs: Save trees by opening new tabs",
    "short_name": "OpenTabs",
    "version": "2.64.1",
    "description": "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "OpenTabs"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js https:\/\/api.cloudsponge.com; object-src 'self'",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.opentabs.org\/*"
        ]
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "optional_permissions": []
}