Trim Twitter Search Results
Hide the predictive text results in Twitter's search bar.
Co to jest Trim Twitter Search Results?
Trim Twitter Search Results to rozszerzenie Chrome opracowane przez lukeed, a jego główną funkcją jest „Hide the predictive text results in Twitter's search bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trim Twitter Search Results
Pobierz pliki rozszerzeń Trim Twitter Search Results w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Trim Twitter Search Results |
ID | clkpgpgblnjiddhjfbihcemkaofaibba |
Oficjalny URL | https://chromewebstore.google.com/detail/trim-twitter-search-resul/clkpgpgblnjiddhjfbihcemkaofaibba |
Opis | Hide the predictive text results in Twitter's search bar. |
Rozmiar pliku | 9.29 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2018-01-06 |
Data Publikacji | 2018-01-05 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | lukeed |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lukeed/twitter-search-extension |
Adres URL Strony Pomocy | https://github.com/lukeed/twitter-search-extension/issues |
Obsługiwane Języki | 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" ] } ] } |