QuickStart

Bookmark-based browser start page

QuickStartคืออะไร?

QuickStart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Bookmark-based browser start page"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        QuickStart is a beautiful and clean new tab page. The extension gives you quick access to your bookmarks and allows you to organize them to your liking.                    

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

ชื่อ QuickStart QuickStart
ID nbiomkiioloimkmidmeahdcjggilcdmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quickstart/nbiomkiioloimkmidmeahdcjggilcdmp
คำอธิบาย Bookmark-based browser start page
ขนาดไฟล์ 452 KB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2020-12-05
วันที่เผยแพร่ 2020-06-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/samuelmeuli/quick-start
URL หน้าช่วยเหลือ https://github.com/samuelmeuli/quick-start
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickStart",
    "version": "1.1.2",
    "description": "Bookmark-based browser start page",
    "author": "Timoth\u00e9e Wildhaber and Samuel Meuli",
    "homepage_url": "https:\/\/github.com\/samuelmeuli\/quick-start",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "options_ui": {
        "page": ".\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{bdbbd63e-dca7-48fd-ab02-9ca4fad8f778}"
        }
    }
}