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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ajedi32 และคุณลักษณะหลักของมันคือ "A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Me the Code

ดาวน์โหลดไฟล์ส่วนขยาย 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
}