CSV Formatter

Format select data with header

CSV Formatter क्या है?

CSV Formatter zoujinhe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Format select data with header"।

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

screenshot

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

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

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

                        v 0.0.3
+ copy raw logs

v 0.0.1
*** first version, not very intuitive to use ***
How to use: 
- Define CSV headers in options page.
- Select csv text on any webpage.
- Right click on selected text, select "CSV Formatter", apply selected text with one of configured headers.
- Click "CSV Formatter" plugin/extension icon to see formatted CSV showed in tables.                    

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

नाम CSV Formatter CSV Formatter
ID enjmadekbjfjfifodfnjdljccjgpemcg
आधिकारिक URL https://chromewebstore.google.com/detail/csv-formatter/enjmadekbjfjfifodfnjdljccjgpemcg
विवरण Format select data with header
फ़ाइल का आकार 116 KB
स्थापना संख्या 95
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2021-08-23
प्रकाशन तिथि 2021-08-11
डेवलपर zoujinhe
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSV Formatter",
    "description": "Format select data with header",
    "version": "0.0.3",
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}