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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 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\/*"
            ]
        }
    ]
}