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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://helloacm.com/tools/steemit/
عنوان صفحة سياسة الخصوصية 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",
        ""
    ]
}