InoReader Enhancements

Fixes a few UI elements for easy reading with InoReader

什么是InoReader Enhancements?

InoReader Enhancements是由https://tambnguyen.com开发的Chrome扩展程序,该扩展的主要功能是“Fixes a few UI elements for easy reading with InoReader”。

扩展截图

screenshot
screenshot
screenshot

下载InoReader Enhancements扩展crx文件

下载InoReader Enhancements扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        I made some enhancements to InoReader layout to make it match more with how Google Reader used to be. Feel free to make suggestions.

Feed navigation:
- Increase font size on feed
- Current feed indicator is more clear
- Unread count is in bold and red text, and is always aligned right

Reading pane:
- Widen content area a tad
- Increase title size
- Current title's is now red
- Unread titles are now blue
- Read titles are now black
- Article boxes now have even border widths and color                    

扩展基本信息

名称 InoReader Enhancements InoReader Enhancements
ID gplhofhphfekaflbghoggkbgfoblaamo
官方URL https://chromewebstore.google.com/detail/inoreader-enhancements/gplhofhphfekaflbghoggkbgfoblaamo
简介 Fixes a few UI elements for easy reading with InoReader
文件大小 36.74 KB
安装次数 1,121
当前版本 2015.4.8.1
更新时间 2015-04-09
上架时间 2015-04-08
评分 4.86/5 共14次评分
开发者 https://tambnguyen.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [],
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/beta.inoreader.com\/*",
                "http:\/\/beta.inoreader.com\/*",
                "http:\/\/inoreader.com\/*",
                "https:\/\/inoreader.com\/*",
                "http:\/\/www.inoreader.com\/*",
                "https:\/\/www.inoreader.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "256": "icon_256.png",
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "converted_from_user_script": true,
    "description": "Fixes a few UI elements for easy reading with InoReader",
    "name": "InoReader Enhancements",
    "version": "2015.4.8.1",
    "manifest_version": 2
}