Stock Charts by Public.com

Chrome extension for Twitter

Stock Charts by Public.com là gì?

Stock Charts by Public.com là một tiện ích mở rộng Chrome được phát triển bởi Public.com, và tính năng chính của nó là "Chrome extension for Twitter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stock Charts by Public.com

Tải xuống các tệp mở rộng Stock Charts by Public.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        We made it easy for you to view a stock chart as you browse.

To start, simply follow the steps below:

Add our extension for free
Hover your mouse over a stock ticker to view a beautiful, dynamic stock chart

Key features
Live daily charts
Historical stock performance 
Multi-asset classes (Equities and ETFs)
Sleek, modern design
Easy to use                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stock Charts by Public.com Stock Charts by Public.com
ID pfiamephhdcbgkifdeejcjbhmolpjenj
URL Chính Thức https://chromewebstore.google.com/detail/stock-charts-by-publiccom/pfiamephhdcbgkifdeejcjbhmolpjenj
Mô tả Chrome extension for Twitter
Kích Thước Tệp 659 KB
Số Lần Cài Đặt 1,025
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-09-22
Ngày Phát Hành 2020-09-20
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Public.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://public.com
URL Trang Trợ Giúp https://public.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Charts by Public.com",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Chrome extension for Twitter",
    "homepage_url": "https:\/\/public.com",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "browser_action": {
        "default_title": "Public.com",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [],
    "content_security_policy": "default-src 'self';",
    "web_accessible_resources": [
        "logo.svg"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}