uFinance: Yahoo Finance Upgraded

Supercharge your Y!Finance to the dark side.

uFinance: Yahoo Finance Upgradedคืออะไร?

uFinance: Yahoo Finance Upgraded เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adrian Chelaru และคุณลักษณะหลักของมันคือ "Supercharge your Y!Finance to the dark side."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uFinance: Yahoo Finance Upgraded

ดาวน์โหลดไฟล์ส่วนขยาย uFinance: Yahoo Finance Upgraded ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Never miss a beat in the stock market, day or night! Enhance your Yahoo Finance experience with uFinance, featuring a sleek, dark theme and over 45 curated links tailored to each stock. 

Now compatible with the new Yahoo Finance variant.

Get a ton of value with:

🔗 Relevant sidebar shortcuts
Access to over 45 built-in key URLs for every stock, categorized for easy browsing.

🔎 Fast search
Accelerate the build of your data relevancy with sidebar shortcuts, seamlessly guiding you to either the ticker page or the search results of the specified URL shortcut.

💬 Live A.I. chat
Engage in dynamic conversations with our advanced Artificial Intelligence using compatible with  over 50 language model options, all seamlessly integrated within the extension. Gain valuable insights, ask questions, and delve deeper into stock-related queries with the power of A.I. chat. Elevate your interactive experience and stay informed like never before!

📝 Notes
Effortlessly capture your insights and reflections on the ticker using the notes box conveniently located on the page. Quickly create the perfect reference point for your thoughts and stay organized. 

🐤 StockTwits integration
Access live ticker data in the integrated StockTwits box. Stay informed with real-time discussions, trends, and sentiments right within uFinance.

🌑 Enhanced dark theme
Enjoy seamless night viewing with a fully optimized dark theme that adapts to Yahoo Finance's latest updates.

What are you waiting for? Get uFinance with a simple click and enjoy your Yahoo Finance Upgraded experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ uFinance: Yahoo Finance Upgraded uFinance: Yahoo Finance Upgraded
ID fmckmialbjidoghednjgbmigapfildng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ufinance-yahoo-finance-up/fmckmialbjidoghednjgbmigapfildng
คำอธิบาย Supercharge your Y!Finance to the dark side.
ขนาดไฟล์ 1.84 MB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2021-04-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Adrian Chelaru
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://cheadrian.github.io/ufinance-yahoo/PRIVACY_POLICY.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "uFinance: Yahoo Finance Upgraded",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "Supercharge your Y!Finance to the dark side.",
    "externally_connectable": {
        "matches": [
            "https:\/\/finance.yahoo.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/finance.yahoo.com\/*"
            ],
            "css": [
                "css\/font-awesome-all.css",
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js",
                "src\/inject\/openrouter.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/inject\/*",
                "src\/bootstrap\/css\/*",
                "src\/favicons\/*",
                "src\/bootstrap\/js\/*",
                "js\/jquery\/jquery.js",
                "js\/stocktwits\/*",
                "js\/vue\/*",
                "js\/firebase\/*",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/finance.yahoo.com\/*"
            ]
        }
    ]
}