Heartbleed Search
Interactively notifies you of the Heartbleed bug on search pages on the top seach engines. (i.e. google.com, bing.com, yahoo.com)
Heartbleed Searchคืออะไร?
Heartbleed Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.heartbleedsearch.com และคุณลักษณะหลักของมันคือ "Interactively notifies you of the Heartbleed bug on search pages on the top seach engines. (i.e. google.com, bing.com, yahoo.com)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Heartbleed Search
ดาวน์โหลดไฟล์ส่วนขยาย Heartbleed Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will add an icon next to the links on a search page to notify you of the status of the Heartbleed Bug on the domain for the link. This is brought to you by one of the major developers of Chromebleed and Stopbleed in the web store. Features in version 0.1.1: Icon will show up in the address bar. The icon will only show up on pages that are linked for check. The extension can be turned ON and OFF with one single click. Updates: Fixed some link updates. Show version number for reference. ---------------- Many servers have been patched already, many remain that have not been patched. Just like Stopbleed & Chromebleed, Heartbleed Search uses a web service developed by Filippo Valsorda and checks the URL of the page you have just loaded. This extension does not check the site from your location, but uses a service to check the domains on the search page. No private information is being stored by the service doing the check, only the anonymous results. You can read about the service at https://filippo.io/Heartbleed/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nekjdchkilnknlcogcbolbgfggeaidea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/heartbleed-search/nekjdchkilnknlcogcbolbgfggeaidea |
คำอธิบาย | Interactively notifies you of the Heartbleed bug on search pages on the top seach engines. (i.e. google.com, bing.com, yahoo.com) |
ขนาดไฟล์ | 168 KB |
จำนวนการติดตั้ง | 180 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2014-05-05 |
วันที่เผยแพร่ | 2014-05-05 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://www.heartbleedsearch.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.heartbleedsearch.com |
URL หน้าช่วยเหลือ | http://heartbleedsearch.uservoice.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Heartbleed Search", "description": "Interactively notifies you of the Heartbleed bug on search pages on the top seach engines. (i.e. google.com, bing.com, yahoo.com)", "version": "0.1.1", "permissions": [ "declarativeContent", "activeTab", "https:\/\/hbelb.filippo.io\/" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.bing.com\/news*", "*:\/\/*.bing.com\/search*", "*:\/\/*.yahoo.com\/*", "*:\/\/www.ask.com\/*", "*:\/\/search.aol.com\/*", "*:\/\/www.wow.com\/*", "https:\/\/duckduckgo.com\/*", "*:\/\/blekko.com\/*", "*:\/\/*.ixquick.com\/*" ], "css": [ "css\/search.min.css" ], "js": [ "js\/vendor\/jquery.min.js", "js\/search.min.js" ] }, { "matches": [ "*:\/\/*.heartbleedsearch.com\/*" ], "js": [ "js\/installed.min.js" ] } ], "background": { "js": "js\/background.min.js", "page": "background.html" }, "page_action": { "default_icon": { "19": "images\/icon-off19.png", "38": "images\/icon-off38.png" }, "default_title": "Heartbleed Search" }, "web_accessible_resources": [ "js\/vendor\/jquery.min.js", "js\/search.min.js", "css\/search.min.css" ] } |