Cashtag Lookup

Opens Twitter Cashtags in a Google search

Cos'è Cashtag Lookup?

Cashtag Lookup è un'estensione di Chrome sviluppata da Durable Investments, e la sua funzione principale è "Opens Twitter Cashtags in a Google search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cashtag Lookup

Scarica i file di estensione Cashtag Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cashtag Lookup Cashtag Lookup
ID kjofplfbpiogbbbccnmdeegndnekoplj
URL Ufficiale https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj
Descrizione Opens Twitter Cashtags in a Google search
Dimensione del File 9.22 KB
Conteggio Installazioni 33
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-02-02
Data di Pubblicazione 2022-02-01
Sviluppatore Durable Investments
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/retaox
Lingue Supportate 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"
            ]
        }
    ]
}