Elegant Startage | New Tab

An elegant and powerful startpage.

Elegant Startage | New Tabคืออะไร?

Elegant Startage | New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomaidistheo และคุณลักษณะหลักของมันคือ "An elegant and powerful startpage."

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

screenshot
screenshot

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

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

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

                        An elegant and powerful startpage.

A New Tab replacement with elegant design and powerful tools to boost your productivity.

First things first, yes there is a dark mode option. 

List of tools: 
- Create custom bookmarks for your favorite websites
- Add tasks to an organized ToDo List
- Take notes and add them to a Notes List 
- Google search box
- Light / Dark theme

All that in 1 page, accessible in your New Tab. The perfect tool for productivity.                    

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

ชื่อ Elegant Startage | New Tab Elegant Startage | New Tab
ID odgeaoeiadnifppkijkaiiafbcendbhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd
คำอธิบาย An elegant and powerful startpage.
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.6.3
อัปเดตครั้งล่าสุด 2021-02-04
วันที่เผยแพร่ 2021-02-03
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา thomaidistheo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elegant Startage | New Tab",
    "description": "An elegant and powerful startpage.",
    "version": "1.6.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "\/assets\/96x96_icon.png"
    },
    "permission": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    }
}