+table

This extension inserts a table of any size into a Gmail compose body.

ما هو +table؟

+table هو إضافة Chrome تم تطويرها بواسطة https://decaffeinated.io، والميزة الرئيسية لها هي "This extension inserts a table of any size into a Gmail compose body.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة +table

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

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

                        Insert HTML tables of any size and column/row number into Gmail messages.                    

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

الاسم +table +table
ID hbdcfbboabghpgfcdmcappgaciengple
عنوان URL الرسمي https://chromewebstore.google.com/detail/+table/hbdcfbboabghpgfcdmcappgaciengple
الوصف This extension inserts a table of any size into a Gmail compose body.
حجم الملف 78.49 KB
عدد التثبيتات 5,207
النسخة الحالية 2.3
آخر تحديث 2019-12-26
تاريخ النشر 2019-12-26
تقييم 2.53/5 مجموع تقييمات 17
المطور https://decaffeinated.io
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "+table",
    "short_name": "+table",
    "description": "This extension inserts a table of any size into a Gmail compose body.",
    "version": "2.3",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "\/icons\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}