Show Me the Code

A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.

Show Me the Code क्या है?

Show Me the Code Ajedi32 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage."।

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

screenshot

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

crx प्रारूप में Show Me the Code एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension provides a quick way to find links to common code hosting websites (e.g. GitHub) on any webpage. Currently only GitHub is supported, but if you'd like to see support for any other code hosting websites just let me know.

This extension has a GitHub repo, pull requests are welcome! https://github.com/Ajedi32/show_me_the_code                    

एक्सटेंशन की मूल जानकारी

नाम Show Me the Code Show Me the Code
ID gdacmhelpdiadapogoeaadlchkadachj
आधिकारिक URL https://chromewebstore.google.com/detail/show-me-the-code/gdacmhelpdiadapogoeaadlchkadachj
विवरण A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.
फ़ाइल का आकार 14.22 KB
स्थापना संख्या 14
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2013-12-30
प्रकाशन तिथि 2013-12-30
डेवलपर Ajedi32
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Me the Code",
    "description": "A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.",
    "version": "0.1.0",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "repo_matchers.js",
        "get_links.js"
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Show Me the Code",
        "default_icon": {
            "19": "assets\/images\/icon19.png",
            "38": "assets\/images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}