StockTwits Ticker Search

Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'.

StockTwits Ticker Search क्या है?

StockTwits Ticker Search winkel.scott द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple StockTwits Search. Highlight a ticker on a webpage, right-click and select StockTwits: 'Ticker'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में StockTwits Ticker Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम StockTwits Ticker Search StockTwits Ticker Search
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"
    ]
}