Better Eenadu E-Paper

Eenadu E-Paper modify the layout

Better Eenadu E-Paperคืออะไร?

Better Eenadu E-Paper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shash และคุณลักษณะหลักของมันคือ "Eenadu E-Paper modify the layout"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Eenadu E-Paper

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

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

                        The Eenadu E-paper (https://epaper.eenadu.net/Home/Index) has the worst layout wherein header and logo takes up half of the screen. This extension removes the top header and logo to make reading news easier.                    

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

ชื่อ Better Eenadu E-Paper Better Eenadu E-Paper
ID chleojgikmkahjonlohcjpfpkpeghnme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-eenadu-e-paper/chleojgikmkahjonlohcjpfpkpeghnme
คำอธิบาย Eenadu E-Paper modify the layout
ขนาดไฟล์ 5 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา shash
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ te
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Eenadu E-Paper",
    "version": "0.1.2",
    "description": "Eenadu E-Paper modify the layout",
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.eenadu.net\/*"
            ]
        }
    ]
}