Fixed Kibana Fixify
Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)
Fixed Kibana Fixifyคืออะไร?
Fixed Kibana Fixify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mattcorley และคุณลักษณะหลักของมันคือ "Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fixed Kibana Fixify
ดาวน์โหลดไฟล์ส่วนขยาย Fixed Kibana Fixify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | jldjapboppolpcoicaakeoflejhdomfl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fixed-kibana-fixify/jldjapboppolpcoicaakeoflejhdomfl |
คำอธิบาย | Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801) |
ขนาดไฟล์ | 3.33 KB |
จำนวนการติดตั้ง | 141 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-10-26 |
วันที่เผยแพร่ | 2016-10-26 |
ผู้พัฒนา | mattcorley |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fixed Kibana Fixify", "version": "1.1", "manifest_version": 2, "description": "Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https:\/\/github.com\/elastic\/kibana\/issues\/7801)", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "background.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |