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ファイルをダウンロード
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 } |