Table Exporter

Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.

Table Exporter क्या है?

Table Exporter devharshadkumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing."।

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

screenshot

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

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

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

                        This Chrome extension streamlines the process of data analysis by providing a straightforward solution to export tables as CSV files. With a simple click of the 'Export as CSV' button conveniently located next to any table on a webpage, users can swiftly download the data they need for in-depth analysis or effortless sharing. This user-friendly tool empowers individuals to extract valuable insights from web-based tables without the hassle of manual data extraction, making data analysis a more efficient and accessible task for all.                    

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

नाम Table Exporter Table Exporter
ID hilhbahifagjkiahkldkfngaheeoabap
आधिकारिक URL https://chromewebstore.google.com/detail/table-exporter/hilhbahifagjkiahkldkfngaheeoabap
विवरण Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.
फ़ाइल का आकार 15.6 KB
स्थापना संख्या 41
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-09-14
प्रकाशन तिथि 2023-09-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर devharshadkumar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Table Exporter",
    "version": "1.0",
    "description": "Simplify data analysis: Export tables as CSV with this Chrome extension. Click 'Export as CSV' for quick, effortless sharing.",
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}