Table as CSV - Table Capture

Allows to copy, select, export HTML tables to Microsoft Excel, CSV, Google Sheets, etc

Table as CSV - Table Capture क्या है?

Table as CSV - Table Capture https://sites.google.com/view/winfreestuff/home द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows to copy, select, export HTML tables to Microsoft Excel, CSV, Google Sheets, etc"।

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

screenshot
screenshot
screenshot

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

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

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

                        Table as CSV - Table Capture

ACTIVATE Extension: Purchase Subscribtion

Hot To Use: 
1.Go to website when you want to export or copy table
2.Click ctrl + right mouse click when you want select table then ctrl +c
3. If you want select random cells click alt + right mouse click then ctrl +c
4.To export table to csv, pdf, google sheets, image, jpeg, microsoft word, doc, clipboard


Table as CSV - Table Capture is a powerful and versatile chrome extension that empowers you to interact with HTML tables on websites like never before. With this extension Table as CSV - Table Capture, you can effortlessly copy, select, and export HTML tables to various formats, including Microsoft Excel, CSV, Google Sheets, PDF, images, and more. Whether you need to analyze data with Table as CSV, share it with colleagues, or keep a local backup, this extension Table as CSV provides a seamless and user-friendly experience.

Key Features Table as CSV - Table Capture:

-Copy HTML tables with ease and efficiency
-Export tables as CSV to work with data in spreadsheet applications
-Capture tables as images (PNG, JPEG) or PDF for documentation and sharing
-Download tables directly as Excel spreadsheets or CSV files
-Save tables to your clipboard as Markdown for versatile use
-Export tables to Office 365 for further collaboration and integration
-Supports multi-page tables and dynamically loading tables
-Extract tables from PDF files, both local and from the web                    

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

नाम Table as CSV - Table Capture Table as CSV - Table Capture
ID ajmkldlbkpbhbnblgfadgebkaoadnfld
आधिकारिक URL https://chromewebstore.google.com/detail/table-as-csv-table-captur/ajmkldlbkpbhbnblgfadgebkaoadnfld
विवरण Allows to copy, select, export HTML tables to Microsoft Excel, CSV, Google Sheets, etc
फ़ाइल का आकार 1.1 MB
स्थापना संख्या 672
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-12-05
प्रकाशन तिथि 2023-07-31
रेटिंग 3.60/5 कुल 15 रेटिंग्स
डेवलपर https://sites.google.com/view/winfreestuff/home
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/winfreestuff/home
गोपनीयता नीति पृष्ठ URL https://twittertomp4.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "description": "Allows to copy, select, export HTML tables to Microsoft Excel, CSV, Google Sheets, etc",
    "author": "vlaex ",
    "name": "Table as CSV - Table Capture",
    "background": {
        "service_worker": "background\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/html2canvas.min.js",
                "lib\/jspdf-2.5.1.min.js",
                "lib\/jspdf-3.5.31.plugin.autotable.min.js",
                "lib\/regenerator-runtime.min.js",
                "lib\/exceljs.min.js",
                "lib\/html-docx.min.js",
                "lib\/filesaver.js",
                "shared\/keepBackgroundAlive.js",
                "content-scripts\/proxy.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "shared\/config.js",
                "shared\/storage.js",
                "content-scripts\/localStorageWrapper.js",
                "content-scripts\/GSheetsAPI.js",
                "content-scripts\/download.js",
                "content-scripts\/TableUtil.js",
                "content-scripts\/getUserConfig.js",
                "content-scripts\/utils.js",
                "content-scripts\/TableWrapper.js",
                "content-scripts\/TableWithExtraDataWrapper.js",
                "content-scripts\/TableFinder.js",
                "content-scripts\/SyncModal.js",
                "content-scripts\/WorkPanel.js",
                "content-scripts\/index.js",
                "content-scripts\/selectTables.js"
            ],
            "css": [
                "content-scripts\/styles\/index.css"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Table as CSV - Table Capture"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "storage",
        "contextMenus",
        "scripting",
        "identity"
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "109",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/128.png",
                "fonts\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}