Instant search on Twitter
Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.
Co je Instant search on Twitter?
Instant search on Twitter je rozšíření Chrome vyvinuté https://www.tsurezure-owls-nest.work, a jeho hlavní funkcí je „Assists you search for tweets, accounts, images, and more easily and quickly on Twitter.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Instant search on Twitter
Stáhněte si soubory rozšíření Instant search on Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
You can immediately search for the topic of your concern on Twitter. Even without displaying the Twitter screen once You can also search directly for accounts, images and videos. To search, simply select the character you care about, right-click and click the search target displayed in the context menu. You can also select the target to be displayed in the context menu from the icon on the upper right. Let's do searches that interest you.
Základní Informace o Rozšíření
Název | Instant search on Twitter |
ID | dmmiijgpfmjcnieohnpnjpljhcblmali |
Oficiální URL | https://chromewebstore.google.com/detail/instant-search-on-twitter/dmmiijgpfmjcnieohnpnjpljhcblmali |
Popis | Assists you search for tweets, accounts, images, and more easily and quickly on Twitter. |
Velikost souboru | 19.53 KB |
Počet instalací | 131 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2020-10-01 |
Datum Vydání | 2020-03-10 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | https://www.tsurezure-owls-nest.work |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://www.tsurezure-owls-nest.work/chrome-extension-privacy-policy-en |
Podporované Jazyky | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "(OfficeKDY)", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/19.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" } } |