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 |
| 官方網址 | 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"
]
}
]
} | |