Porter Plug

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

Porter Plug là gì?

Porter Plug là một tiện ích mở rộng Chrome được phát triển bởi https://porter.io, và tính năng chính của nó là "Power up your Github experience with embedded repo news and charts from Porter.io".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Porter Plug

Tải xuống các tệp mở rộng Porter Plug dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Porter Plug Porter Plug
ID lngoojfoglemfpbeiomhgheccpdheilp
URL Chính Thức https://chromewebstore.google.com/detail/porter-plug/lngoojfoglemfpbeiomhgheccpdheilp
Mô tả Power up your Github experience with embedded repo news and charts from Porter.io
Kích Thước Tệp 82.42 KB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-02-15
Ngày Phát Hành 2015-02-15
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://porter.io
Loại Thanh Toán free
Trang Web Mở Rộng https://porter.io/plug/
URL Trang Trợ Giúp https://github.com/porter-io/feedback
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}