Cashtag Lookup
Opens Twitter Cashtags in a Google search
Co to jest Cashtag Lookup?
Cashtag Lookup to rozszerzenie Chrome opracowane przez Durable Investments, a jego główną funkcją jest „Opens Twitter Cashtags in a Google search”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cashtag Lookup
Pobierz pliki rozszerzeń Cashtag Lookup 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
Are you part of the #fintwit community?
Do you wish there's an easy way to look up the current price of a stock when you see the cashtag in your twitter feed?
This extension will do exactly that.
Just click on the cashtag. A new tab will open with the google search result for the stock. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kjofplfbpiogbbbccnmdeegndnekoplj |
| Oficjalny URL | https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj |
| Opis | Opens Twitter Cashtags in a Google search |
| Rozmiar pliku | 9.22 KB |
| Liczba instalacji | 33 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2022-02-02 |
| Data Publikacji | 2022-02-01 |
| Deweloper | Durable Investments |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://twitter.com/retaox |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cashtag Lookup",
"description": "Opens Twitter Cashtags in a Google search",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*"
],
"js": [
"contentscript.js"
]
}
]
} | |