Cashtag Lookup

Opens Twitter Cashtags in a Google search

什么是Cashtag Lookup?

Cashtag Lookup是由Durable Investments开发的Chrome扩展程序,该扩展的主要功能是“Opens Twitter Cashtags in a Google search”。

扩展截图

screenshot

下载Cashtag Lookup扩展crx文件

下载Cashtag Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}