StackOverview
View quick stats about StackOverflow and StackExchange posts from Google search results
StackOverviewคืออะไร?
StackOverview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason Wang และคุณลักษณะหลักของมันคือ "View quick stats about StackOverflow and StackExchange posts from Google search results"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StackOverview
ดาวน์โหลดไฟล์ส่วนขยาย StackOverview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get information about how many answers a StackOverflow or StackExchange post has and if there is an accepted answer for it straight from your Google search results. A green badge indicates that there is an accepted answer, yellow indicates that there is no accepted answer, and red indicates that there are no answers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oihjaeffdklalbagimogdhokoaidmain |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stackoverview/oihjaeffdklalbagimogdhokoaidmain |
คำอธิบาย | View quick stats about StackOverflow and StackExchange posts from Google search results |
ขนาดไฟล์ | 5.78 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2015-01-29 |
วันที่เผยแพร่ | 2015-01-29 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Jason Wang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.4", "name": "StackOverview", "author": "Jason Wang", "description": "View quick stats about StackOverflow and StackExchange posts from Google search results", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*", "*:\/\/www.google.ca\/*" ], "css": [ "style.css" ], "js": [ "index.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "http:\/\/*.stackoverflow.com\/*", "https:\/\/*.stackoverflow.com\/*", "http:\/\/*.stackexchange.com\/*", "https:\/\/*.stackexchange.com\/*" ], "icons": { "48": "icons\/so48trans.png", "128": "icons\/so128trans.png" } } |