Adjust HackerNews Font Size

Adjust news.ycombinator.com font size, and save your local setting.

¿Qué es Adjust HackerNews Font Size?

Adjust HackerNews Font Size es una extensión de Chrome desarrollada por shengyiran, y su función principal es "Adjust news.ycombinator.com font size, and save your local setting.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Adjust HackerNews Font Size

Descarga archivos de extensión Adjust HackerNews Font Size 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

                        A small tool to enhance readability on http://news.ycombinator.com/. This extension allows you to resize the content fonts for hacker news, proportionally to their original size.                    

Información Básica de la Extensión

Nombre Adjust HackerNews Font Size Adjust HackerNews Font Size
ID aeddhhildjkggkgmnpodilmofhbalmop
URL Oficial https://chromewebstore.google.com/detail/adjust-hackernews-font-si/aeddhhildjkggkgmnpodilmofhbalmop
Descripción Adjust news.ycombinator.com font size, and save your local setting.
Tamaño del Archivo 20.24 KB
Cantidad de Instalaciones 72
Versión Actual 3.1.2
Última Actualización 2013-03-12
Fecha de Publicación 2013-03-11
Desarrollador shengyiran
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adjust HackerNews Font Size",
    "manifest_version": 2,
    "version": "3.1.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Adjust news.ycombinator.com font size, and save your local setting.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "https:\/\/news.ycombinator.com\/*"
            ],
            "js": [
                "hnfontsize.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/news.ycombinator.com\/*",
        "https:\/\/news.ycombinator.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "font_size.gif"
    ]
}