Cashtag Lookup

Opens Twitter Cashtags in a Google search

Cashtag Lookup क्या है?

Cashtag Lookup Durable Investments द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens Twitter Cashtags in a Google search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cashtag Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Cashtag Lookup Cashtag Lookup
ID kjofplfbpiogbbbccnmdeegndnekoplj
आधिकारिक URL https://chromewebstore.google.com/detail/cashtag-lookup/kjofplfbpiogbbbccnmdeegndnekoplj
विवरण Opens Twitter Cashtags in a Google search
फ़ाइल का आकार 9.22 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-02-02
प्रकाशन तिथि 2022-02-01
डेवलपर Durable Investments
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/retaox
समर्थित भाषाएँ 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"
            ]
        }
    ]
}