Search URL on Twitter
Search how people mentioning about the page on Twitter
Co je Search URL on Twitter?
Search URL on Twitter je rozšíření Chrome vyvinuté tnj, a jeho hlavní funkcí je „Search how people mentioning about the page on Twitter“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Search URL on Twitter
Stáhněte si soubory rozšíření Search URL 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í
Search the page you are viewing on Twitter to see how people mentioning like, just a click away.
Základní Informace o Rozšíření
Název | Search URL on Twitter |
ID | afpbehmhepnibneenbpakilpelfhlcld |
Oficiální URL | https://chromewebstore.google.com/detail/search-url-on-twitter/afpbehmhepnibneenbpakilpelfhlcld |
Popis | Search how people mentioning about the page on Twitter |
Velikost souboru | 13.76 KB |
Počet instalací | 47 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2019-12-28 |
Datum Vydání | 2019-12-24 |
Vývojář | tnj |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search URL on Twitter", "version": "0.1.3", "description": "Search how people mentioning about the page on Twitter", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_title": "Search URL on Twitter", "default_icon": { "19": "icon_19.png", "38": "icon_38.png" } }, "permissions": [ "tabs" ], "manifest_version": 2 } |