Haskell inspector
Adds an '>>' omnibox command and find results from hoogle, hackage
Haskell inspectorคืออะไร?
Haskell inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds an '>>' omnibox command and find results from hoogle, hackage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Haskell inspector
ดาวน์โหลดไฟล์ส่วนขยาย Haskell inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple plugin to help you search haskell methods or packages. (Using hoogle and hackage) In your search bar, tap ">>", and then tab to search content.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Haskell inspector |
ID | fkopdhccgfgifcpkgndkohcpllhelhph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/haskell-inspector/fkopdhccgfgifcpkgndkohcpllhelhph |
คำอธิบาย | Adds an '>>' omnibox command and find results from hoogle, hackage |
ขนาดไฟล์ | 39.01 KB |
จำนวนการติดตั้ง | 127 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-03-28 |
วันที่เผยแพร่ | 2014-03-28 |
คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Haskell inspector", "description": "Adds an '>>' omnibox command and find results from hoogle, hackage", "version": "1.0", "author": "Gonthier Olivier", "permissions": [ "http:\/\/haskell.org\/*", "http:\/\/*.haskell.org\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "omnibox": { "keyword": ">>" }, "background": { "scripts": [ "background.js", "jquery-2.1.0.min.js" ] } } |