StockTwits Ticker Search
Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.
StockTwits Ticker Searchคืออะไร?
StockTwits Ticker Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย winkel.scott และคุณลักษณะหลักของมันคือ "Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StockTwits Ticker Search
ดาวน์โหลดไฟล์ส่วนขยาย StockTwits Ticker Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you encounter a stock ticker on a webpage and would like to quickly access StockTwits for information about the stock, highlight the ticker, right click and select StockTwits: '????'. A new Chrome tab will open showing StockTwits information of the ticker. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | khjkfgocnmplhjcfiingfmeaoeicjdbm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stocktwits-ticker-search/khjkfgocnmplhjcfiingfmeaoeicjdbm |
| คำอธิบาย | Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'. |
| ขนาดไฟล์ | 20.98 KB |
| จำนวนการติดตั้ง | 80 |
| เวอร์ชันปัจจุบัน | 0.1 |
| อัปเดตครั้งล่าสุด | 2021-02-12 |
| วันที่เผยแพร่ | 2021-02-11 |
| คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | winkel.scott |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "StockTwits Ticker Search",
"version": "0.1",
"description": "Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"persistent": true,
"scripts": [
"js\/background.js"
]
},
"permissions": [
"contextMenus"
]
} | |