Peek Technology News

Keep up with technology news on your new tab page.

Peek Technology Newsคืออะไร?

Peek Technology News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://peek.news และคุณลักษณะหลักของมันคือ "Keep up with technology news on your new tab page."

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

screenshot

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

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

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

                        Peek surfaces technology news from a variety of sources including TechCrunch, The Verge, Engadget, The Guardian, Ars Technica, and more.                    

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

ชื่อ Peek Technology News Peek Technology News
ID dhhhilahcdpmdildnfomideijdmjaiip
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/peek-technology-news/dhhhilahcdpmdildnfomideijdmjaiip
คำอธิบาย Keep up with technology news on your new tab page.
ขนาดไฟล์ 8.42 KB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2021-12-06
วันที่เผยแพร่ 2020-04-07
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://peek.news
อีเมล [email protected]
เว็บไซต์ส่วนขยาย https://peek.news
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peek Technology News",
    "description": "Keep up with technology news on your new tab page.",
    "version": "3.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/peek.news\/",
        "https:\/\/*.peek.news\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}