Reader One New Tab

All News in One App for Chrome New Tab

Reader One New Tabคืออะไร?

Reader One New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reader.one และคุณลักษณะหลักของมันคือ "All News in One App for Chrome New Tab"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reader One New Tab

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

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

                        One App for New Tab

This add on will list hot topics from Product Hunt, Hacker News, DN & Reddit on your Chrome New Tab.                    

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

ชื่อ Reader One New Tab Reader One New Tab
ID hflhgklopklngaeoamlkieklibeeelbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reader-one-new-tab/hflhgklopklngaeoamlkieklibeeelbg
คำอธิบาย All News in One App for Chrome New Tab
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 263
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-08-07
วันที่เผยแพร่ 2019-08-07
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://reader.one
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": ".\/public\/index.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/*.reader.one https:\/\/reader.one",
    "description": "All News in One App for Chrome New Tab",
    "icons": {
        "128": ".\/public\/assets\/icon_128.png",
        "16": ".\/public\/assets\/icon_16.png",
        "48": ".\/public\/assets\/icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reader.one\/"
            ],
            "js": [
                "scripts\/installed.js"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "Reader One New Tab",
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/*.reader.one\/"
    ],
    "version": "1.0.1"
}

ส่วนขยายที่เกี่ยวข้อง