Hack the News

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

Apa itu Hack the News?

Hack the News adalah ekstensi Chrome yang dikembangkan oleh github.com/robbiewain, dan fitur utamanya adalah "A Hacker News icon that notifies you when the top story changes.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hack the News

Unduh file ekstensi Hack the News dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Hack the News Hack the News
ID oehghgdldepmknikdpjakmpbonlkmnfa
URL Resmi https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa
Deskripsi A Hacker News icon that notifies you when the top story changes.
Ukuran File 101 KB
Jumlah Instalasi 60
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-12-07
Tanggal Publikasi 2017-12-06
Penilaian 4.75/5 Total 4 Penilaian
Pengembang github.com/robbiewain
Tipe Pembayaran free
Situs Ekstensi https://github.com/robbiewain/hack-the-news
Bahasa yang Didukung 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"
    ]
}