Tesla Start

A new format for tabs. Quick access to your favorite websites and services.

Tesla Startคืออะไร?

Tesla Start เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teslabrowser.com และคุณลักษณะหลักของมันคือ "A new format for tabs. Quick access to your favorite websites and services."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tesla Start

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

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

                        Tesla Start - easy to use personalization of your browser. Quick new-tabs with additional features.

FEATURES & FUNCTIONALITY 

✔ Shows blocks of the most visited user sites with screenshots.
✔ Generates lists of the user's favorite sites with edit options.
✔ Allows you to open all your favorite sites in one click.
✔ It makes it possible to return the last closed tab in one click.
✔ Allows you to open the history of viewed sites, bookmarks and downloads in one click.
✔ Allows you to select any text on the site and translate it into another language (via Google Translate and Yandex.Translator services).
✔ Translated interface into 22 popular languages. So it is easy to customize.


***Important***

We are always try to protect your personal information and want you to be aware of Tesla Browser and Tesla Start privacy policies. Check them out at https://www.teslabrowser.ru/privacy.html                    

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

ชื่อ Tesla Start Tesla Start
ID oahnbekpplfncpdnahmjddbnidmpdkcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tesla-start/oahnbekpplfncpdnahmjddbnidmpdkcn
คำอธิบาย A new format for tabs. Quick access to your favorite websites and services.
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 3,385
เวอร์ชันปัจจุบัน 4.2.14
อัปเดตครั้งล่าสุด 2022-05-17
วันที่เผยแพร่ 2021-12-09
คะแนน 3.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://teslabrowser.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.teslabrowser.com/promo.html
URL หน้าช่วยเหลือ https://www.teslabrowser.com/info/contacts
URL หน้านโยบายความเป็นส่วนตัว https://www.teslabrowser.com/info/privacy
ภาษาที่รองรับ id,de,en,fr,nl,no,tr,ca,es,it,hu,pl,ro,sk,fi,cs,ru,uk,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/www.teslabrowser.com\/info\/about",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "webRequest",
        "alarms",
        "search",
        "history"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.teslabrowser.com\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "images\/tesla-16.png",
            "24": "images\/tesla-24.png",
            "32": "images\/tesla-32.png",
            "48": "images\/tesla-48.png",
            "64": "images\/tesla-64.png",
            "72": "images\/tesla-72.png",
            "96": "images\/tesla-96.png",
            "128": "images\/tesla-128.png",
            "256": "images\/tesla-256.png",
            "512": "images\/tesla-512.png"
        }
    },
    "icons": {
        "16": "images\/tesla-16.png",
        "24": "images\/tesla-24.png",
        "32": "images\/tesla-32.png",
        "48": "images\/tesla-48.png",
        "64": "images\/tesla-64.png",
        "72": "images\/tesla-72.png",
        "96": "images\/tesla-96.png",
        "128": "images\/tesla-128.png"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/teslabrowser.com\/"
    },
    "version": "4.2.14"
}