InoReader Enhancements

Fixes a few UI elements for easy reading with InoReader

¿Qué es InoReader Enhancements?

InoReader Enhancements es una extensión de Chrome desarrollada por https://tambnguyen.com, y su función principal es "Fixes a few UI elements for easy reading with InoReader".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión InoReader Enhancements

Descarga archivos de extensión InoReader Enhancements en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre InoReader Enhancements InoReader Enhancements
ID gplhofhphfekaflbghoggkbgfoblaamo
URL Oficial https://chromewebstore.google.com/detail/inoreader-enhancements/gplhofhphfekaflbghoggkbgfoblaamo
Descripción Fixes a few UI elements for easy reading with InoReader
Tamaño del Archivo 36.74 KB
Cantidad de Instalaciones 1,121
Versión Actual 2015.4.8.1
Última Actualización 2015-04-09
Fecha de Publicación 2015-04-08
Calificación 4.86/5 Total de 14 Calificaciones
Desarrollador https://tambnguyen.com
Tipo de Pago free
Idiomas Soportados 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
}