+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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}