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
公式URL 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
Eメール [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"
    ]
}