DIFFERENT LOOKING Top Results
Makes the top results in Google's Inbox stand out.
DIFFERENT LOOKING Top Results là gì?
DIFFERENT LOOKING Top Results là một tiện ích mở rộng Chrome được phát triển bởi ATG, và tính năng chính của nó là "Makes the top results in Google's Inbox stand out.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DIFFERENT LOOKING Top Results
Tải xuống các tệp mở rộng DIFFERENT LOOKING Top Results dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nffelifalaiennfnnacfokokhfdjajfn |
URL Chính Thức | https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn |
Mô tả | Makes the top results in Google's Inbox stand out. |
Kích Thước Tệp | 82.76 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 5.2.27 |
Cập Nhật Lần Cuối | 2015-08-19 |
Ngày Phát Hành | 2015-08-19 |
Nhà Phát Triển | ATG |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://algorithmictradinggroup.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |