Nanopool Calculator Extension
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…
Nanopool Calculator Extensionとは何ですか?
Nanopool Calculator ExtensionはXzenによって開発されたChromeの拡張機能で、その主な機能は「Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from…」です。
拡張機能のスクリーンショット
Nanopool Calculator Extension拡張機能のCRXファイルをダウンロード
Nanopool Calculator Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from nanopool.org and from the values in your options.
Source: https://github.com/XzenTorXz/Chrome-Nanopool-Calculator-Extension
Discussion: https://www.reddit.com/r/EtherMining/comments/71ridy/chrome_nanopool_calculator_extension/
Screenshots: https://imgur.com/gallery/N5GmV
How to:
- Install
- Setup options (after the installation a link apears right on top of the calculation table)
- happy mining 拡張機能の基本情報
| 名前 | |
| ID | nmgljdckjogdloglhcaoffmafdhgdgco |
| 公式URL | https://chromewebstore.google.com/detail/nanopool-calculator-exten/nmgljdckjogdloglhcaoffmafdhgdgco |
| 説明 | Extends the nanopool.org website with some additional calculations. The calculatiosn are based on the values directly from… |
| ファイルサイズ | 130 KB |
| インストール数 | 71 |
| 現在のバージョン | 0.0.4 |
| 最終更新日 | 2018-02-11 |
| 公開日 | 2018-02-11 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | Xzen |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nanopool Calculator Extension",
"version": "0.0.4",
"manifest_version": 2,
"description": "",
"homepage_url": "https:\/\/nanopool.org",
"icons": {
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.nanopool.org\/*"
],
"js": [
"\/js\/jquery\/jquery.min.js",
"\/src\/content\/Options.js",
"\/src\/content\/addRow.js",
"\/src\/content\/addCalc.js"
],
"css": [
"\/src\/content\/style.css"
]
}
],
"permissions": [
"storage",
"https:\/\/*.nanopool.org\/*"
],
"web_accessible_resources": [
"src\/content\/options.html"
]
} | |