steemconnect

Signer app for Steem

steemconnectคืออะไร?

steemconnect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bonustrack และคุณลักษณะหลักของมันคือ "Signer app for Steem"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย steemconnect

ดาวน์โหลดไฟล์ส่วนขยาย 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
}