Table Download

Download HTML Tables from pages in spreadsheet format

Table Download क्या है?

Table Download Arun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download HTML Tables from pages in spreadsheet format"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Download HTML tables from pages in spreadsheet format (XLS). Users can also copy HTML tables and paste them into the spreadsheet application without losing the table format.

The data is copied in raw HTML format, and a warning will be displayed while opening the downloaded file. Users need not be concerned, as HTML code is sanitized using the DOMPurify library. DOMPurify will strip out everything that contains dangerous HTML and thereby prevent XSS attacks and other nastiness.

Permissions Requested
Scripting and Active Tab: required to inject JavaScript code into the webpage of the active tab, which is only activated when the extension icon is clicked.

Table Download extension is Open Source. If you want to contribute to this project or encounter any issues please visit: https://github.com/arunelias/table-download                    

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

नाम Table Download Table Download
ID fgbeljjpgojmkhficlfdeclfmfmgkahp
आधिकारिक URL https://chromewebstore.google.com/detail/table-download/fgbeljjpgojmkhficlfdeclfmfmgkahp
विवरण Download HTML Tables from pages in spreadsheet format
फ़ाइल का आकार 70.35 KB
स्थापना संख्या 1,045
वर्तमान संस्करण 2.1
अंतिम अपडेट 2023-12-04
प्रकाशन तिथि 2021-08-04
डेवलपर Arun
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/arunelias/table-download
सहायता पृष्ठ URL https://github.com/arunelias/table-download/issues
समर्थित भाषाएँ de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.1",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/arunelias\/table-download",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Table Download",
        "default_icon": "assets\/icon\/icon.png"
    },
    "icons": {
        "16": "assets\/icon\/icon.png",
        "32": "assets\/icon\/icon.png",
        "48": "assets\/icon\/icon.png",
        "64": "assets\/icon\/icon.png"
    },
    "default_locale": "en"
}