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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}