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