steemconnect

Signer app for Steem

steemconnectとは何ですか?

steemconnectはbonustrackによって開発されたChromeの拡張機能で、その主な機能は「Signer app for Steem」です。

拡張機能のスクリーンショット

screenshot

steemconnect拡張機能のCRXファイルをダウンロード

steemconnect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With SteemConnect, you're always in control of your private keys: we neither store nor have access to them.                    

拡張機能の基本情報

名前 steemconnect steemconnect
ID enaifbbcamagcjaaeeaomhofifdgpjcn
公式URL https://chromewebstore.google.com/detail/steemconnect/enaifbbcamagcjaaeeaomhofifdgpjcn
説明 Signer app for Steem
ファイルサイズ 3.51 MB
インストール数 1,391
現在のバージョン 0.1.4
最終更新日 2019-09-24
公開日 2019-09-20
評価 3.86/5 合計 7 レビュー
開発者 bonustrack
支払い方法 free
拡張機能のウェブサイト https://steemconnect.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "steemconnect",
    "version": "0.1.4",
    "description": "Signer app for Steem",
    "icons": {
        "16": "icon16.png",
        "32": "favicon.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "pagescript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}