Cashtag Lookup
Opens Twitter Cashtags in a Google search
Vad är Cashtag Lookup?
Cashtag Lookup är en Chrome-tillägg utvecklad av Durable Investments, och dess huvudfunktion är "Opens Twitter Cashtags in a Google search".
Tilläggsskärmbilder
Ladda ner Cashtag Lookup-förlängningens CRX-fil
Ladda ner Cashtag Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kjofplfbpiogbbbccnmdeegndnekoplj |
| Officiell webbadress | https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj |
| Beskrivning | Opens Twitter Cashtags in a Google search |
| Filstorlek | 9.22 KB |
| Antal Installationer | 33 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-02-02 |
| Publiceringsdatum | 2022-02-01 |
| Utvecklare | Durable Investments |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://twitter.com/retaox |
| Stödda Språk | 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"
]
}
]
} | |