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 là gì?

Show Me the Code là một tiện ích mở rộng Chrome được phát triển bởi Ajedi32, và tính năng chính của nó là "A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Show Me the Code

Tải xuống các tệp mở rộng Show Me the Code dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Show Me the Code Show Me the Code
ID gdacmhelpdiadapogoeaadlchkadachj
URL Chính Thức https://chromewebstore.google.com/detail/show-me-the-code/gdacmhelpdiadapogoeaadlchkadachj
Mô tả A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.
Kích Thước Tệp 14.22 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2013-12-30
Ngày Phát Hành 2013-12-30
Nhà Phát Triển Ajedi32
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}