Perfect Home

New tab replacement

Perfect Homeคืออะไร?

Perfect Home เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Perfect Things และคุณลักษณะหลักของมันคือ "New tab replacement"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace your new-tab page and home page with your bookmarks. No ads, no speed dials, no frequently visited or other "frecency" bullshit! Just your own, predictable grid of links.                    

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

ชื่อ Perfect Home Perfect Home
ID hdekbnedodfockfppllkaaahaibfgcaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/perfect-home/hdekbnedodfockfppllkaaahaibfgcaj
คำอธิบาย New tab replacement
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 390
เวอร์ชันปัจจุบัน 0.14.0
อัปเดตครั้งล่าสุด 2023-09-12
วันที่เผยแพร่ 2021-03-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Perfect Things
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/perfect-things/perfect-home/
URL หน้าช่วยเหลือ https://github.com/perfect-things/perfect-home/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Perfect Home",
    "version": "0.14.0",
    "author": "PerfectThings",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "New tab replacement",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    }
}