Tabplus newtab

Make your chrome work like a tablet!

什麼是Tabplus newtab?

Tabplus newtab是由tabplus.net開發的Chrome擴展程式,該擴展的主要功能是“Make your chrome work like a tablet!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tabplus newtab擴展crx文件

下載Tabplus newtab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Tabplus newtab Tabplus newtab
ID holbadhainijgomehehbklokmhcfcioc
官方網址 https://chromewebstore.google.com/detail/tabplus-newtab/holbadhainijgomehehbklokmhcfcioc
簡介 Make your chrome work like a tablet!
檔案大小 2.91 MB
安裝次數 306
目前版本 1.0.3
更新時間 2019-12-17
上架時間 2019-12-15
評分 4.92/5 共 12 次評分
開發者 tabplus.net
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}