Stock Beat
Real-time stock tracker
Stock Beatとは何ですか?
Stock BeatはStock Beatsによって開発されたChromeの拡張機能で、その主な機能は「Real-time stock tracker」です。
拡張機能のスクリーンショット
Stock Beat拡張機能のCRXファイルをダウンロード
Stock Beat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stock Tracker 拡張機能の基本情報
| 名前 | |
| ID | mfbddmlklanomadngeciohljmjmcgkkl |
| 公式URL | https://chrome.google.com/webstore/detail/stock-beat/mfbddmlklanomadngeciohljmjmcgkkl |
| 説明 | Real-time stock tracker |
| ファイルサイズ | 611 KB |
| インストール数 | 77 |
| 現在のバージョン | 0.0.46 |
| 最終更新日 | 2015-05-26 |
| 公開日 | 2015-05-26 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | Stock Beats |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.46",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"page": "background.html",
"persistent": false
},
"omnibox": {
"keyword": "stocks"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"styles\/contentscript.css"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'"
} | |