Easy Tables

Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.

Easy Tables क्या है?

Easy Tables Q. Dong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files."।

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

screenshot

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

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

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

                        Copy tables to clipboard or download tables to CSV or Microsoft Excel files with a click.

v1.5 updates:
Add context menus;
Bug fixes.
Other optimizations.                    

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

नाम Easy Tables Easy Tables
ID aggdjbmdhnmjclackipimailildgihlb
आधिकारिक URL https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb
विवरण Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
फ़ाइल का आकार 82.1 KB
स्थापना संख्या 130
वर्तमान संस्करण 1.5
अंतिम अपडेट 2020-10-25
प्रकाशन तिथि 2020-09-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Q. Dong
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Tables",
    "version": "1.5",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.",
    "browser_action": {
        "default_title": "Copy Table"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "csv.png",
        "copy.png",
        "xlsx.png"
    ]
}