Cashtag Lookup
Opens Twitter Cashtags in a Google search
Cashtag Lookupとは何ですか?
Cashtag LookupはDurable Investmentsによって開発されたChromeの拡張機能で、その主な機能は「Opens Twitter Cashtags in a Google search」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |