GitHub Wiki Search

Simple search box for GitHub wikis.

GitHub Wiki Searchคืออะไร?

GitHub Wiki Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tannerhodges.com และคุณลักษณะหลักของมันคือ "Simple search box for GitHub wikis."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Wiki Search

ดาวน์โหลดไฟล์ส่วนขยาย GitHub Wiki Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ## ⭐️ Features

- Adds a simple search form to the top of GitHub wikis.
- Links to that repo's search page (e.g., `/search?type=Wikis`).

For more details on how to search GitHub wikis, check out the docs: https://docs.github.com/en/free-pro-team@latest/github/searching-for-information-on-github/searching-wikis.

## 👀 Alternatives

- https://chrome.google.com/webstore/detail/wiki-search-for-github/gdifdhnjmjaidbajhapmbcbnoocoeooc                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GitHub Wiki Search GitHub Wiki Search
ID neadealkfeligebmmolcibhbcdfplhhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-wiki-search/neadealkfeligebmmolcibhbcdfplhhg
คำอธิบาย Simple search box for GitHub wikis.
ขนาดไฟล์ 6.94 KB
จำนวนการติดตั้ง 660
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-11-07
วันที่เผยแพร่ 2020-09-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://tannerhodges.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tannerhodges/github-wiki-search
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Wiki Search",
    "version": "1.0.2",
    "description": "Simple search box for GitHub wikis.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}