Stock Charts by Public.com

Chrome extension for Twitter

Stock Charts by Public.com란 무엇입니까?

Stock Charts by Public.com은(는) Public.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for Twitter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Stock Charts by Public.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Stock Charts by Public.com Stock Charts by Public.com
ID pfiamephhdcbgkifdeejcjbhmolpjenj
공식 URL https://chromewebstore.google.com/detail/stock-charts-by-publiccom/pfiamephhdcbgkifdeejcjbhmolpjenj
설명 Chrome extension for Twitter
파일 크기 659 KB
설치 횟수 1,025
현재 버전 1.0.3
최근 업데이트 2021-09-22
출시 날짜 2020-09-20
평점 4.40/5 총 10 개의 평점
개발자 Public.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://public.com
도움말 페이지 URL https://public.com
지원되는 언어 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"
        }
    ]
}