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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}