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開發的Chrome擴展程式,該擴展的主要功能是“A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.”。

擴展截圖

screenshot

下載Show Me the Code擴展crx文件

下載Show Me the Code擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}