Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

Elementary New Tabคืออะไร?

Elementary New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gamake และคุณลักษณะหลักของมันคือ "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elementary New Tab

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

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

                        💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser.

✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click.

✨ Extensive gallery of quality images for the background of your page

✨ Minimalistic customizable tabs for quick access to your favorite sites                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Elementary New Tab Elementary New Tab
ID nkchlojdkebfdanfjngpdimocljgpfhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh
คำอธิบาย Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
ขนาดไฟล์ 2.92 MB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2021-01-17
วันที่เผยแพร่ 2020-12-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Gamake
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elementary New Tab",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icons\/icon_16.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "128": "assets\/images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "topSites",
        "*:\/\/wallhaven.cc\/*"
    ]
}