Text to CSV

Convert Text to CSV with this extension

ما هو Text to CSV؟

Text to CSV هو إضافة Chrome تم تطويرها بواسطة Mikal Taliferro، والميزة الرئيسية لها هي "Convert Text to CSV with this extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Text to CSV

قم بتنزيل ملفات الامتداد Text to CSV بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A Text to CSV Converter designed for MY NASA DATA Live Access Server results.

Instructions for MyNasaData
============================
  1. Convert the data to open Google Sheets
  2. In Google Sheets go to FILE and press 'Convert to Google Sheets'
  3. Select the Google Sheets name and change it to something else.
  4. Select the Google Sheets tab at the bottom and do the same.                    

معلومات أساسية عن التمديد

الاسم Text to CSV Text to CSV
ID hmfmlgccdmgkcpegeljdiffgaemhopmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/text-to-csv/hmfmlgccdmgkcpegeljdiffgaemhopmi
الوصف Convert Text to CSV with this extension
حجم الملف 419 KB
عدد التثبيتات 826
النسخة الحالية 0.0.1
آخر تحديث 2016-01-05
تاريخ النشر 2016-01-05
تقييم 5.00/5 مجموع تقييمات 2
المطور Mikal Taliferro
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to CSV",
    "short_name": "Text to CSV",
    "author": "Mikal Taliferro",
    "description": "Convert Text to CSV with this extension",
    "version": "0.0.1",
    "minimum_chrome_version": "38",
    "browser_action": {
        "default_icon": "assets\/icon_19.png",
        "default_title": "Text to CSV",
        "default_popup": "index.html"
    }
}