Porter Plug

Power up your Github experience with embedded repo news and charts from Porter.io

什么是Porter Plug?

Porter Plug是由https://porter.io开发的Chrome扩展程序,该扩展的主要功能是“Power up your Github experience with embedded repo news and charts from Porter.io”。

扩展截图

screenshot
screenshot
screenshot

下载Porter Plug扩展crx文件

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

扩展使用说明

                        The trending new toy for hardcore Github users and Hacker News fans!

Porter Plug helps you learn more about popular repos on Github without leaving the site! Currently we provide repo related news from Hacker News and project growth charts . More cool stuff coming! There's also an userscript available for other browsers on our site.

Popular repos are all supported including: bootstrap, d3, node, jquery, rails, brackets, backbone, jekyll, docker, express, angular, ember, meteor, react, django.

We also provide personalized Hacker News digest subscription based on your Github profile. The best way to get most of Hacker News everyday! Visit us on https://porter.io for more information.

For suggests & issues, throw us a ticket here https://github.com/porter-io/feedback                    

扩展基本信息

名称 Porter Plug Porter Plug
ID lngoojfoglemfpbeiomhgheccpdheilp
官方URL https://chromewebstore.google.com/detail/porter-plug/lngoojfoglemfpbeiomhgheccpdheilp
简介 Power up your Github experience with embedded repo news and charts from Porter.io
文件大小 82.42 KB
安装次数 289
当前版本 1.0.2
更新时间 2015-02-15
上架时间 2015-02-15
评分 5.00/5 共5次评分
开发者 https://porter.io
付费类型 free
扩展官网 https://porter.io/plug/
帮助页面URL https://github.com/porter-io/feedback
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porter Plug",
    "short_name": "Porter Plug",
    "version": "1.0.2",
    "minimum_chrome_version": "28",
    "description": "Power up your Github experience with embedded repo news and charts from Porter.io",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/porter.io\/plug\/",
    "background": {
        "scripts": [
            "scripts\/chrome_bg.js"
        ]
    },
    "icons": {
        "128": "images\/porter-logo128.png",
        "64": "images\/porter-logo64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/chrome_fg.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/porter.io\/*"
        ]
    },
    "web_accessible_resources": [
        "scripts\/jquery.min.js"
    ],
    "permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/porter.io\/*"
    ]
}