Tabplus newtab lite--Speed Dial

Make your chrome work like a tablet! Less is more

Tabplus newtab lite--Speed Dialคืออะไร?

Tabplus newtab lite--Speed Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tabplus.net และคุณลักษณะหลักของมันคือ "Make your chrome work like a tablet! Less is more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabplus newtab lite--Speed Dial

ดาวน์โหลดไฟล์ส่วนขยาย Tabplus newtab lite--Speed Dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tabplus new tab(lite) can make your chrome start page clean and improve your efficiency!
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/Awesome new tab page
Re-designed website Icon (continuously updated)
Sync data automatically(if you sign in and turn on cloud sync), 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 lite--Speed Dial Tabplus newtab lite--Speed Dial
ID kelodkcohcaobealaiomdlgmjkobiejb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tabplus-newtab-lite-speed/kelodkcohcaobealaiomdlgmjkobiejb
คำอธิบาย Make your chrome work like a tablet! Less is more
ขนาดไฟล์ 4.15 MB
จำนวนการติดตั้ง 472
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-12-20
วันที่เผยแพร่ 2019-12-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา 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.0",
    "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"
    ]
}