Cashtag Lookup
Opens Twitter Cashtags in a Google search
Cashtag Lookupคืออะไร?
Cashtag Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Durable Investments และคุณลักษณะหลักของมันคือ "Opens Twitter Cashtags in a Google search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cashtag Lookup
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
]
}
]
} | |