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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}