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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |