Cashtag Lookup
Opens Twitter Cashtags in a Google search
Was ist Cashtag Lookup?
Cashtag Lookup ist eine Chrome-Erweiterung, die von Durable Investments entwickelt wurde, und ihr Hauptmerkmal ist "Opens Twitter Cashtags in a Google search".
Erweiterungsscreenshots
Cashtag Lookup-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cashtag Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Cashtag Lookup |
ID | kjofplfbpiogbbbccnmdeegndnekoplj |
Offizielle URL | https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj |
Beschreibung | Opens Twitter Cashtags in a Google search |
Dateigröße | 9.22 KB |
Installationsanzahl | 33 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-02-02 |
Veröffentlichungsdatum | 2022-02-01 |
Entwickler | Durable Investments |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://twitter.com/retaox |
Unterstützte Sprachen | 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" ] } ] } |