Trim Twitter Search Results
Hide the predictive text results in Twitter's search bar.
Trim Twitter Search Results क्या है?
Trim Twitter Search Results lukeed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide the predictive text results in Twitter's search bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trim Twitter Search Results एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |