Github Super Search
Github Goto Anything Search
Github Super Searchคืออะไร?
Github Super Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย orrybaram และคุณลักษณะหลักของมันคือ "Github Goto Anything Search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Super Search
ดาวน์โหลดไฟล์ส่วนขยาย Github Super Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds ctrl-shift-p key combo to popup github's search. Inspired by Sublime Text's Goto Anywhere feature.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Github Super Search |
ID | cfbhifpagcclempcnlfdajgphkmokmfj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-super-search/cfbhifpagcclempcnlfdajgphkmokmfj |
คำอธิบาย | Github Goto Anything Search |
ขนาดไฟล์ | 46.74 KB |
จำนวนการติดตั้ง | 287 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2013-08-12 |
วันที่เผยแพร่ | 2013-08-12 |
ผู้พัฒนา | orrybaram |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Super Search", "version": "0.2", "manifest_version": 2, "description": "Github Goto Anything Search", "content_scripts": [ { "matches": [ "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "js": [ "jquery.2.0.3.min.js", "github_super_search.js" ], "css": [ "github_super_search.css" ] } ], "permissions": [ "http:\/\/www.github.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |