Trim Twitter Search Results
Hide the predictive text results in Twitter's search bar.
Что такое Trim Twitter Search Results?
Trim Twitter Search Results - это расширение Chrome, разработанное lukeed, и его основная функция - "Hide the predictive text results in Twitter's search bar.".
Снимки экрана расширения
Скачать файл CRX расширения Trim Twitter Search Results
Скачайте файлы расширений Trim Twitter Search Results в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
When performing a search on Twitter, you may have encountered the annoying experience wherein you've typed your query string and are about to click a result, only to be interrupted by Twitter's equivalent of "Did you mean?" >.< This extension hides the lazy-loaded list of predictive / "helpful" text. You'll never misclick a search result again! As of 1.2.0, this works on the main & mobile Twitter sites. See the website for more info.
Основная информация о расширении
Название | Trim Twitter Search Results |
ID | clkpgpgblnjiddhjfbihcemkaofaibba |
Официальный URL | https://chromewebstore.google.com/detail/trim-twitter-search-resul/clkpgpgblnjiddhjfbihcemkaofaibba |
Описание | Hide the predictive text results in Twitter's search bar. |
Размер файла | 9.29 KB |
Количество установок | 10 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2018-01-06 |
Дата публикации | 2018-01-05 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | lukeed |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/lukeed/twitter-search-extension |
URL страницы помощи | https://github.com/lukeed/twitter-search-extension/issues |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trim Twitter Search Results", "version": "1.2.0", "manifest_version": 2, "description": "Hide the predictive text results in Twitter's search bar.", "homepage_url": "https:\/\/github.com\/lukeed\/twitter-search-extension", "icons": { "128": "icons\/128x128.png" }, "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "css": [ "index.css" ] } ] } |