Hack the News

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

什么是Hack the News?

Hack the News是由github.com/robbiewain开发的Chrome扩展程序,该扩展的主要功能是“A Hacker News icon that notifies you when the top story changes.”。

扩展截图

screenshot
screenshot

下载Hack the News扩展crx文件

下载Hack the News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Hack the News Hack the News
ID oehghgdldepmknikdpjakmpbonlkmnfa
官方URL https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa
简介 A Hacker News icon that notifies you when the top story changes.
文件大小 101 KB
安装次数 60
当前版本 0.1.1
更新时间 2017-12-07
上架时间 2017-12-06
评分 4.75/5 共4次评分
开发者 github.com/robbiewain
付费类型 free
扩展官网 https://github.com/robbiewain/hack-the-news
支持的语言 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"
    ]
}