Bug Magnet
Right-click context menu to help with exploratory testing
Bug Magnetคืออะไร?
Bug Magnet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bugmagnet.org และคุณลักษณะหลักของมันคือ "Right-click context menu to help with exploratory testing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bug Magnet
ดาวน์โหลดไฟล์ส่วนขยาย Bug Magnet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Exploratory testing assistant for Chrome. Adds common problematic values and edge cases to the context menu (right-click) for editable elements, so you can keep them handy and access them easily during exploratory testing sessions. - Convenient access to common boundaries and edge cases for exploratory testing - Extend easily with your own config files - Works on input fields, text areas, content editable DIVs - Works on multi-frame pages, but only if they are from the same domain - Tiny overhead per page (<1k), no 3rd party library dependencies, completely passive, so it does not interfere with your web app execution in any way - Opensource and customisable (https://github.com/gojko/bugmagnet) Version 3.0 is a major overhaul with lots of new features, check out https://bugmagnet.org/v3.html for a list of new features
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bug Magnet |
ID | efhedldbjahpgjcneebmbolkalbhckfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bug-magnet/efhedldbjahpgjcneebmbolkalbhckfi |
คำอธิบาย | Right-click context menu to help with exploratory testing |
ขนาดไฟล์ | 39.66 KB |
จำนวนการติดตั้ง | 47,797 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2017-12-04 |
วันที่เผยแพร่ | 2017-12-04 |
คะแนน | 4.38/5 รวมทั้งหมด 56 คะแนน |
ผู้พัฒนา | https://bugmagnet.org |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bugmagnet.org/ |
URL หน้าช่วยเหลือ | https://bugmagnet.org/contributing.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bug Magnet", "description": "Right-click context menu to help with exploratory testing", "version": "3.0", "permissions": [ "contextMenus", "storage", "activeTab" ], "optional_permissions": [ "clipboardWrite", "clipboardRead" ], "background": { "scripts": [ "extension.js" ] }, "manifest_version": 2, "icons": { "128": "magnet.png", "16": "magnet-16.png" }, "homepage_url": "https:\/\/bugmagnet.org", "author": "Gojko Adzic https:\/\/gojko.net", "options_ui": { "page": "options.html", "chrome_style": true } } |