Better Eenadu E-Paper
Eenadu E-Paper modify the layout
什麼是Better Eenadu E-Paper?
Better Eenadu E-Paper是由shash開發的Chrome擴展程式,該擴展的主要功能是“Eenadu E-Paper modify the layout”。
擴展截圖
下載Better Eenadu E-Paper擴展crx文件
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | chleojgikmkahjonlohcjpfpkpeghnme | 
| 官方網址 | 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\/*"
            ]
        }
    ]
}  |  |