CSV Cleaner Chrome Plugin
This extension cleans and produces a consumable CSV file.
ما هو CSV Cleaner Chrome Plugin؟
CSV Cleaner Chrome Plugin هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension cleans and produces a consumable CSV file.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CSV Cleaner Chrome Plugin
قم بتنزيل ملفات الامتداد CSV Cleaner Chrome Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CSV data found on the web and elsewhere is often not well formatted and structured. Files could contain explanations or text fragments in the first few rows of a file. This plugin tries to guess where actual CSV content starts and extracts just that to a new properly formatted, consumable CSV file for download.
معلومات أساسية عن التمديد
الاسم | CSV Cleaner Chrome Plugin |
ID | mjcnohlaomecebflhiellhgchlmnndoj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj |
الوصف | This extension cleans and produces a consumable CSV file. |
حجم الملف | 126 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-03-31 |
تاريخ النشر | 2020-03-31 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSV Cleaner Chrome Plugin", "description": "This extension cleans and produces a consumable CSV file.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup2.html", "default_title": "CSV Upload" }, "background": { "scripts": [ "jquery.js" ] }, "permissions": [ "http:\/\/joblife.pythonanywhere.com\/" ] } |