Tabplus newtab

Make your chrome work like a tablet!

O que é Tabplus newtab?

Tabplus newtab é uma extensão do Chrome desenvolvida por tabplus.net, e sua principal característica é "Make your chrome work like a tablet!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tabplus newtab

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

                        Tabplus new tab can make your chrome start page work like a pad!
Come and try the new tabPlus new tab product! re-designed new tab page layouts and styles, redesigned website Icons and Fast Dials, and countless beautiful high-quality wallpapers.

With enough lightweight product volume, we bring you the following features:
Re-designed new tab page
Re-designed website Icon (continuously updated)
Sync data automatically, switch to computer seamlessly without losing data
Countless high-quality wallpapers from Unsplash
Completely free customization settings
Include Google, Yahoo, Baidu search engine, switch it with one-click
Custom search engine settings                    

Informações Básicas da Extensão

Nome Tabplus newtab Tabplus newtab
ID holbadhainijgomehehbklokmhcfcioc
URL Oficial https://chromewebstore.google.com/detail/tabplus-newtab/holbadhainijgomehehbklokmhcfcioc
Descrição Make your chrome work like a tablet!
Tamanho do Arquivo 2.91 MB
Contagem de Instalações 306
Versão Atual 1.0.3
Última Atualização 2019-12-17
Data de Publicação 2019-12-15
Classificação 4.92/5 Total de 12 Avaliações
Desenvolvedor tabplus.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados de,en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.3",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "static\/img\/icon.png",
        "19": "static\/img\/icon.png",
        "38": "static\/img\/icon.png",
        "48": "static\/img\/icon.png",
        "128": "static\/img\/icon.png"
    },
    "browser_action": {
        "default_icon": "static\/img\/icon.png",
        "default_title": "tabplus",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "bookmarks",
        "activeTab",
        "tabs"
    ]
}