BuildTeam - Notifier
This extension allows the user to be notified about certain Steemit events.
BuildTeam - Notifierとは何ですか?
BuildTeam - Notifierはkostronorによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to be notified about certain Steemit events.」です。
拡張機能のスクリーンショット
BuildTeam - Notifier拡張機能のCRXファイルをダウンロード
BuildTeam - Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows the user to be notified about certain Steemit events. It goes hand in had with the https://www.minnowbooster.net website and is a convenient way to get notified about recent happenings on the page. We are always looking to improve, so if you have feature requests, please talk to us.
拡張機能の基本情報
名前 | BuildTeam - Notifier |
ID | bpebnkkgaihjdelcgpmopcnkddinoggg |
公式URL | https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg |
説明 | This extension allows the user to be notified about certain Steemit events. |
ファイルサイズ | 205 KB |
インストール数 | 24 |
現在のバージョン | 1.9.8 |
最終更新日 | 2017-10-16 |
公開日 | 2017-10-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | kostronor |
支払い方法 | free |
拡張機能のウェブサイト | https://www.minnowbooster.net |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BuildTeam - Notifier", "description": "This extension allows the user to be notified about certain Steemit events.", "version": "1.9.8", "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "BuildTeam!" }, "background": { "scripts": [ "\/dist\/action_cable.js", "jquery.js", "eventPage.js" ], "persistent": true }, "icons": { "16": "icon.png", "167": "icon_167.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/www,minnowbooster.net\/" ] } |