+table
This extension inserts a table of any size into a Gmail compose body.
+table क्या है?
+table https://decaffeinated.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension inserts a table of any size into a Gmail compose body."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में +table एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Insert HTML tables of any size and column/row number into Gmail messages.
एक्सटेंशन की मूल जानकारी
नाम | +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" } } |