My Reload Button

Add Reload button

ما هو My Reload Button؟

My Reload Button هو إضافة Chrome تم تطويرها بواسطة art، والميزة الرئيسية لها هي "Add Reload button".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة My Reload Button

قم بتنزيل ملفات الامتداد My Reload Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Go/Reload button                    

معلومات أساسية عن التمديد

الاسم My Reload Button My Reload Button
ID enljbahijigkmdlagadnkokcjgnkainm
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-reload-button/enljbahijigkmdlagadnkokcjgnkainm
الوصف Add Reload button
حجم الملف 17.66 KB
عدد التثبيتات 32
النسخة الحالية 1.0.0
آخر تحديث 2019-11-14
تاريخ النشر 2019-11-12
تقييم 4.00/5 مجموع تقييمات 2
المطور art
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "48": "icon_48.png",
            "32": "icon_32.png",
            "16": "icon_16.png"
        },
        "default_title": "Go"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "name": "My Reload Button",
    "description": "Add Reload button",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}