Cashtag Lookup
Opens Twitter Cashtags in a Google search
Qu'est-ce que Cashtag Lookup ?
Cashtag Lookup est une extension Chrome développée par Durable Investments, et sa fonction principale est "Opens Twitter Cashtags in a Google search".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cashtag Lookup
Téléchargez les fichiers d'extension Cashtag Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cashtag Lookup |
ID | kjofplfbpiogbbbccnmdeegndnekoplj |
URL Officiel | https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj |
Description | Opens Twitter Cashtags in a Google search |
Taille du Fichier | 9.22 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-02-02 |
Date de Publication | 2022-02-01 |
Développeur | Durable Investments |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/retaox |
Langues Prises en Charge | 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" ] } ] } |