DIFFERENT LOOKING Top Results
Makes the top results in Google's Inbox stand out.
DIFFERENT LOOKING Top Resultsคืออะไร?
DIFFERENT LOOKING Top Results เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ATG และคุณลักษณะหลักของมันคือ "Makes the top results in Google's Inbox stand out."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DIFFERENT LOOKING Top Results
ดาวน์โหลดไฟล์ส่วนขยาย DIFFERENT LOOKING Top Results ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
So you know that what you're looking at is, in fact, a top result. We have no idea why Google didn't think to do this themselves, it seems pretty obvious to highlight the top results. I guess they couldn't be bothered. So we did it for them. No need to thank us, Google. Now with a special treat!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nffelifalaiennfnnacfokokhfdjajfn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn |
คำอธิบาย | Makes the top results in Google's Inbox stand out. |
ขนาดไฟล์ | 82.76 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 5.2.27 |
อัปเดตครั้งล่าสุด | 2015-08-19 |
วันที่เผยแพร่ | 2015-08-19 |
ผู้พัฒนา | ATG |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://algorithmictradinggroup.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DIFFERENT LOOKING Top Results", "description": "Makes the top results in Google's Inbox stand out.", "version": "5.2.27", "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/inbox.google.com\/*" ], "css": [ "different-search.css" ], "js": [ "different-top.js", "jquery.js" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |