SteemContext

Easily switch between Steem frontend applications.

SteemContextคืออะไร?

SteemContext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย diegohsa และคุณลักษณะหลักของมันคือ "Easily switch between Steem frontend applications."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SteemContext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SteemContext SteemContext
ID cmkicglllhdbocednkfpljkeaklchpik
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/steemcontext/cmkicglllhdbocednkfpljkeaklchpik
คำอธิบาย Easily switch between Steem frontend applications.
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2018-04-15
วันที่เผยแพร่ 2018-04-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา diegohsa
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hernandev/steem-context
URL หน้าช่วยเหลือ https://github.com/hernandev/steem-context
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Diego Hernandes ",
    "version": "1.0.3",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "background",
        "contextMenus",
        "unlimitedStorage",
        "storage"
    ],
    "browser_action": {
        "default_title": "title",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}