Altcoin Ticker
An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.
Altcoin Tickerとは何ですか?
Altcoin Tickerはhttps://ng-entwicklung.deによって開発されたChromeの拡張機能で、その主な機能は「An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.」です。
拡張機能のスクリーンショット
Altcoin Ticker拡張機能のCRXファイルをダウンロード
Altcoin Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Altcoin Ticker - Live prices and more for the top 1000 cryptocurrencies.
This extensions is 100% free and does not collect any data about you or your browser whatsoever.
Features:
- View and sort the top 1000 cryptocurrencies.
- Save your favorite coins.
- Dark Mode!
- Historical Data visualization. (Currently only for BTC and ETH)
Feedback and bug reports are very welcome.
With data provided by https://nomics.com - 🙏 拡張機能の基本情報
| 名前 | |
| ID | npkcflbplaopngpkdiaiofpfgfhhooml |
| 公式URL | https://chromewebstore.google.com/detail/altcoin-ticker/npkcflbplaopngpkdiaiofpfgfhhooml |
| 説明 | An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins. |
| ファイルサイズ | 421 KB |
| インストール数 | 18 |
| 現在のバージョン | 2.3.2 |
| 最終更新日 | 2020-06-01 |
| 公開日 | 2020-05-31 |
| 開発者 | https://ng-entwicklung.de |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://ng-entwicklung.de/contact |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Altcoin Ticker",
"version": "2.3.2",
"description": "An extension to display the top 1000 cryptocurrencies. View, sort and save your favorite coins.",
"icons": {
"16": "assets\/altticker_16.png",
"32": "assets\/altticker_32.png",
"48": "assets\/altticker_48.png",
"128": "assets\/altticker_128.png",
"256": "assets\/altticker.png"
},
"browser_action": {
"default_icon": {
"16": "assets\/altticker_16.png",
"32": "assets\/altticker_32.png",
"48": "assets\/altticker_48.png",
"128": "assets\/altticker_128.png",
"256": "assets\/altticker.png"
},
"default_title": "AltTicker",
"default_popup": "index.html"
},
"web_accessible_resources": [
"assets\/css\/*",
"assets\/js\/*",
"assets\/fonts\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |