Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

ما هو Different Gmail Delete Button؟

Different Gmail Delete Button هو إضافة Chrome تم تطويرها بواسطة Joshua Goodwin، والميزة الرئيسية لها هي "Tweaks the Gmail web interface’s delete button.".

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

screenshot

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

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

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

                        This extension replaces Gmail’s delete button’s icon with a less subtle version. (If you have chosen ‘Text’ in the ‘Button labels’ section of Gmail’s settings, it will have no effect.)                    

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

الاسم Different Gmail Delete Button Different Gmail Delete Button
ID hllponefgojlmkmnahibllgombchhgia
عنوان URL الرسمي https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia
الوصف Tweaks the Gmail web interface’s delete button.
حجم الملف 3.77 KB
عدد التثبيتات 101
النسخة الحالية 1.5.7
آخر تحديث 2013-04-11
تاريخ النشر 2013-04-11
تقييم 3.00/5 مجموع تقييمات 2
المطور Joshua Goodwin
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "web_accessible_resources": [
        "icon16.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Tweaks the Gmail web interface\u2019s delete button.",
    "name": "Different Gmail Delete Button",
    "permissions": [
        "*:\/\/mail.google.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.5.7"
}