GitHub Search Tool
Instant access to the GitHub search bar
GitHub Search Toolคืออะไร?
GitHub Search Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paweł Urbanek และคุณลักษณะหลักของมันคือ "Instant access to the GitHub search bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Search Tool
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Search Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension provides access to the GitHub search bar. Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER. Results will display in the current tab. If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Search Tool |
ID | mppgeiejiiffmgmhllepmpjpaaffakpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl |
คำอธิบาย | Instant access to the GitHub search bar |
ขนาดไฟล์ | 23.06 KB |
จำนวนการติดตั้ง | 215 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2013-12-02 |
วันที่เผยแพร่ | 2013-12-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Paweł Urbanek |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pawurb/GitHubSimpleSearch |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Search Tool", "description": "Instant access to the GitHub search bar", "version": "0.2.2", "browser_action": { "default_title": "GitHub Simple Search", "default_popup": "search_bar.html", "default_icon": "images\/popup-icon.png" }, "icons": { "128": "images\/128-icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } }, "manifest_version": 2 } |