Hack the News

A Hacker News icon that notifies you when the top story changes.

¿Qué es Hack the News?

Hack the News es una extensión de Chrome desarrollada por github.com/robbiewain, y su función principal es "A Hacker News icon that notifies you when the top story changes.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Hack the News

Descarga archivos de extensión Hack the News 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

                        Displays a Hacker News icon on your browser that changes color when the top story changes.

Source code at https://github.com/robbiewain/hack-the-news                    

Información Básica de la Extensión

Nombre Hack the News Hack the News
ID oehghgdldepmknikdpjakmpbonlkmnfa
URL Oficial https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa
Descripción A Hacker News icon that notifies you when the top story changes.
Tamaño del Archivo 101 KB
Cantidad de Instalaciones 60
Versión Actual 0.1.1
Última Actualización 2017-12-07
Fecha de Publicación 2017-12-06
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador github.com/robbiewain
Tipo de Pago free
Sitio Web de la Extensión https://github.com/robbiewain/hack-the-news
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hack the News",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "A Hacker News icon that notifies you when the top story changes.",
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'",
    "icons": {
        "16": "images\/hacker-news-16.png",
        "128": "images\/hacker-news-128.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/hacker-news-19.png",
            "38": "images\/hacker-news-38.png"
        },
        "default_title": "Hack the News",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}