Porter Plug

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

Porter Plug क्या है?

Porter Plug https://porter.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Power up your Github experience with embedded repo news and charts from Porter.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Porter Plug एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}