Steem Assistant
Steem Assistant adds additional functionality and information to Steemit.
Steem Assistantとは何ですか?
Steem Assistantはsteemassistantによって開発されたChromeの拡張機能で、その主な機能は「Steem Assistant adds additional functionality and information to Steemit.」です。
拡張機能のスクリーンショット
Steem Assistant拡張機能のCRXファイルをダウンロード
Steem Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Steem Assistant provides addition functionality and information directly to the Steemit website. This extensions adds a widget that shows current voting power, wallet balance and reward balance without the need to visit the wallet page.
拡張機能の基本情報
名前 | |
ID | ddlmgpcjofhdpejjjnegoilemileldfe |
公式URL | https://chrome.google.com/webstore/detail/steem-assistant/ddlmgpcjofhdpejjjnegoilemileldfe |
説明 | Steem Assistant adds additional functionality and information to Steemit. |
ファイルサイズ | 182 KB |
インストール数 | 18 |
現在のバージョン | 1.5.2 |
最終更新日 | 2018-01-14 |
公開日 | 2018-01-14 |
開発者 | steemassistant |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steem Assistant", "short_name": "SteemAssistant", "version": "1.5.2", "description": "Steem Assistant adds additional functionality and information to Steemit.", "icons": { "16": "img\/icon.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "Steem Assistant" }, "content_scripts": [ { "matches": [ "https:\/\/steemit.com\/*", "http:\/\/steemit.com\/*", "https:\/\/mspsteem.com\/*", "http:\/\/mspsteem.com\/*" ], "all_frames": true, "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/steem.min.js", "js\/content.js" ] } ], "permissions": [ "storage" ] } |