Cashtag Lookup

Opens Twitter Cashtags in a Google search

Apa itu Cashtag Lookup?

Cashtag Lookup adalah ekstensi Chrome yang dikembangkan oleh Durable Investments, dan fitur utamanya adalah "Opens Twitter Cashtags in a Google search".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cashtag Lookup

Unduh file ekstensi Cashtag Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cashtag Lookup Cashtag Lookup
ID kjofplfbpiogbbbccnmdeegndnekoplj
URL Resmi https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj
Deskripsi Opens Twitter Cashtags in a Google search
Ukuran File 9.22 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-02-02
Tanggal Publikasi 2022-02-01
Pengembang Durable Investments
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/retaox
Bahasa yang Didukung 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"
            ]
        }
    ]
}