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」です。
拡張機能のスクリーンショット
Stock Charts by Public.com拡張機能のCRXファイルをダウンロード
Stock Charts by Public.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |