Cashtag Lookup

Opens Twitter Cashtags in a Google search

Hvad er Cashtag Lookup?

Cashtag Lookup er en Chrome-udvidelse udviklet af Durable Investments, og dens hovedfunktion er "Opens Twitter Cashtags in a Google search".

Udvidelsesskærmbilleder

screenshot

Download Cashtag Lookup-udvidelses-CRX-fil

Download Cashtag Lookup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Cashtag Lookup Cashtag Lookup
ID kjofplfbpiogbbbccnmdeegndnekoplj
Officiel URL https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj
Beskrivelse Opens Twitter Cashtags in a Google search
Filstørrelse 9.22 KB
Antal Installationer 33
Nuværende Version 1.0.0
Senest Opdateret 2022-02-02
Udgivelsesdato 2022-02-01
Udvikler Durable Investments
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://twitter.com/retaox
Understøttede Sprog 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"
            ]
        }
    ]
}