DIFFERENT LOOKING Top Results
Makes the top results in Google's Inbox stand out.
DIFFERENT LOOKING Top Results란 무엇입니까?
DIFFERENT LOOKING Top Results은(는) ATG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes the top results in Google's Inbox stand out."입니다.
확장 프로그램 스크린샷
DIFFERENT LOOKING Top Results 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |