Steem Tools

This is a Chrome Extension that has a few SteemIt Tools.

Steem Toolsคืออะไร?

Steem Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://helloacm.com และคุณลักษณะหลักของมันคือ "This is a Chrome Extension that has a few SteemIt Tools."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A Chrome Extension that contains a few handy steemit tools. Source Code: https://github.com/DoctorLai/SteemTools                    

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

ชื่อ Steem Tools Steem Tools
ID emjfpeecopppojbhkigjjmcahbfahhbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steem-tools/emjfpeecopppojbhkigjjmcahbfahhbn
คำอธิบาย This is a Chrome Extension that has a few SteemIt Tools.
ขนาดไฟล์ 1.58 MB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 0.0.14
อัปเดตครั้งล่าสุด 2019-06-13
วันที่เผยแพร่ 2019-06-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://helloacm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://helloacm.com/tools/steemit/
URL หน้าช่วยเหลือ https://helloacm.com/tools/steemit/
URL หน้านโยบายความเป็นส่วนตัว https://helloacm.com/disclaimer
ภาษาที่รองรับ en,en-GB,en-US,zh-CN,zh-TW
manifest.json
{
    "manifest_version": 2,
    "name": "Steem Tools",
    "short_name": "steemtools",
    "default_locale": "en",
    "version": "0.0.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Steem Tools",
        "default_popup": "main.html"
    },
    "author": "justyy",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This is a Chrome Extension that has a few SteemIt Tools.",
    "web_accessible_resources": [
        "js\/*",
        "images\/*",
        "css\/*",
        "bs\/*"
    ],
    "content_security_policy": "connect-src https:\/\/*; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/context.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        ""
    ]
}