HackerNotes Plugin

Open HackerNotes page of a Github Repository.

什么是HackerNotes Plugin?

HackerNotes Plugin是由abhishek77in开发的Chrome扩展程序,该扩展的主要功能是“Open HackerNotes page of a Github Repository.”。

扩展截图

screenshot

下载HackerNotes Plugin扩展crx文件

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

扩展使用说明

                        Plugin is supposed to open HackerNotes page for public Github repository on which the user is present.
Since it works in unobtrusive manner it won't be present all the time.                    

扩展基本信息

名称 HackerNotes Plugin HackerNotes Plugin
ID acphikopigkpfbkonnacihkhcefdeagg
官方URL https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg
简介 Open HackerNotes page of a Github Repository.
文件大小 17.62 KB
安装次数 95
当前版本 1.1
更新时间 2015-11-23
上架时间 2015-11-23
评分 5.00/5 共3次评分
开发者 abhishek77in
付费类型 free
扩展官网 http://www.hackernotes.org/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNotes Plugin",
    "version": "1.1",
    "description": "Open HackerNotes page of a Github Repository.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-16.jpg",
        "default_title": "HackerNotes"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "manifest_version": 2
}