Gmail Classic Button

Add a button to gmail standard view to switch to basic html view.

ما هو Gmail Classic Button؟

Gmail Classic Button هو إضافة Chrome تم تطويرها بواسطة sherro92، والميزة الرئيسية لها هي "Add a button to gmail standard view to switch to basic html view.".

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

screenshot

تحميل ملف CRX للإضافة Gmail Classic Button

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

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

                        Add a link to gmail in the top right corner which takes you to the classic HTML version of gmail. Use when gmail loads but doesn't respond or otherwise doesn't work reliably in standard view some of the time, but you don't want to make the basic view the default.                    

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

الاسم Gmail Classic Button Gmail Classic Button
ID npgkldbmkgmjcegpcejmbaeoejppbedm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm
الوصف Add a button to gmail standard view to switch to basic html view.
حجم الملف 96.67 KB
عدد التثبيتات 339
النسخة الحالية 0.10
آخر تحديث 2014-10-15
تاريخ النشر 2014-10-15
تقييم 3.00/5 مجموع تقييمات 2
المطور sherro92
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Classic Button",
    "short_name": "gmailclassicbtn",
    "version": "0.10",
    "description": "Add a button to gmail standard view to switch to basic html view.",
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmailswitcher.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png"
    }
}