Quick Overflow
Quickly find, understand, and solve your JavaScript errors
Quick Overflowคืออะไร?
Quick Overflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://noamhacker.com และคุณลักษณะหลักของมันคือ "Quickly find, understand, and solve your JavaScript errors"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Overflow
ดาวน์โหลดไฟล์ส่วนขยาย Quick Overflow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Every time Quick Overflow detects an error in your JavaScript, it embeds an "error module" at the top of your webpage. This module contains: • an explanation of your error • the code that caused it • a one-click Stack Overflow search for relevant solutions. The extension can listen for errors on any website, but can also be easily disabled for when you want to browse the web in peace. *IMPORTANT* Click the icon to enable the extension, and make sure to "Allow access to file URLs" by visiting chrome://extensions. This allows the extension to listen for errors when you are developing locally. More info and usage guide here: https://github.com/noamhacker/quick-overflow
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quick Overflow |
ID | kjjiidpkmljgchgkcjlbcbjbaangmobk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-overflow/kjjiidpkmljgchgkcjlbcbjbaangmobk |
คำอธิบาย | Quickly find, understand, and solve your JavaScript errors |
ขนาดไฟล์ | 57.43 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-04-24 |
วันที่เผยแพร่ | 2016-04-24 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://noamhacker.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/noamhacker/quick-overflow |
URL หน้าช่วยเหลือ | https://github.com/noamhacker/quick-overflow/blob/master/README.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Overflow", "description": "Quickly find, understand, and solve your JavaScript errors", "version": "1.1", "browser_action": { "default_icon": "icon3.png", "default_popup": "popup.html", "default_title": "enable\/disable" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ], "web_accessible_resources": [ "custom.css", "so-icon.png", "info-icon.png" ], "content_scripts": [ { "matches": [ " |