startpage

Overrides the browsers newtab page with a custom startpage.

startpageคืออะไร?

startpage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย etacarinaea และคุณลักษณะหลักของมันคือ "Overrides the browsers newtab page with a custom startpage."

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

screenshot

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

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

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

                        Quickly access your favourite websites whenever you open a new tab

Key Features:
• Easy customisation using a built-in configuration menu
• Keyboard controls
• Customisable search function
• Export/Import function to backup your config or to use the same one on multiple devices


The page can be configured using simple css syntax. For example, colours can be defined using hex color codes (e.g. #ff0000), the size of the squares using a size in pixels (e.g. 200px).                    

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

ชื่อ startpage startpage
ID odmjpppdiaenedpilgldapgbodindjak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/startpage/odmjpppdiaenedpilgldapgbodindjak
คำอธิบาย Overrides the browsers newtab page with a custom startpage.
ขนาดไฟล์ 34.26 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.11.1
อัปเดตครั้งล่าสุด 2020-06-21
วันที่เผยแพร่ 2020-06-21
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา etacarinaea
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/etacarinaea/startpage
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "startpage",
    "short_name": "startpage",
    "version": "1.11.1",
    "description": "Overrides the browsers newtab page with a custom startpage.",
    "author": "etacarinaea",
    "icons": {
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png",
        "192": "img\/icon192.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "js\/browser-polyfill.js",
            "js\/update.js",
            "js\/update-config.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}