Hack the News

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

Co to jest Hack the News?

Hack the News to rozszerzenie Chrome opracowane przez github.com/robbiewain, a jego główną funkcją jest „A Hacker News icon that notifies you when the top story changes.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hack the News

Pobierz pliki rozszerzeń Hack the News w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Hack the News Hack the News
ID oehghgdldepmknikdpjakmpbonlkmnfa
Oficjalny URL https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa
Opis A Hacker News icon that notifies you when the top story changes.
Rozmiar pliku 101 KB
Liczba instalacji 60
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2017-12-07
Data Publikacji 2017-12-06
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper github.com/robbiewain
Typ Płatności free
Strona Rozszerzenia https://github.com/robbiewain/hack-the-news
Obsługiwane Języki 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"
    ]
}