Table Data Export

Table Data Export Plugin

Table Data Export क्या है?

Table Data Export Yasir Arafat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Table Data Export Plugin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Table Data Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Table Data Export plugin gives you the ability to easily export HTML tables to the CSV. It needs a little information though to start with, it needs table's id/class value which needs to be exported to CSV. It comes with below features:
	i) User can either select ALL Columns or a column range for export
	ii) There is a provision for file name where User can give the name of the file to be exported
	iii) It just needs either HTML table's id or class value to be exported                    

एक्सटेंशन की मूल जानकारी

नाम Table Data Export Table Data Export
ID edekdaabfonaodpbggccaamfhggjggki
आधिकारिक URL https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki
विवरण Table Data Export Plugin
फ़ाइल का आकार 9.83 KB
स्थापना संख्या 1,266
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-07-28
प्रकाशन तिथि 2019-02-15
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Yasir Arafat
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Data Export",
    "short_name": "Table Export",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Table Data Export Plugin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Table Data Export",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}