NetX - wrapped

This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.

ما هو NetX - wrapped؟

NetX - wrapped هو إضافة Chrome تم تطويرها بواسطة milothiesen، والميزة الرئيسية لها هي "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.".

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

screenshot

تحميل ملف CRX للإضافة NetX - wrapped

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

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

                        This plugin expands or wraps text depending on which view you are in NetX. Simply click the eyeball icon to expand or wrap the text.

Curator View - Clicking the button expands all text fields to 100%

List View - Clicking the button wraps text and sets the max column width to 600px.

Icons made by Freepik (https://www.freepik.com) from Flaticon (https://www.flaticon.com) is licensed by Creative Commons BY 3.0, CC 3.0 BY (http://creativecommons.org/licenses/by/3.0)                    

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

الاسم NetX - wrapped NetX - wrapped
ID ghilkdhhdnibobbbkmibdechgfflmape
عنوان URL الرسمي https://chrome.google.com/webstore/detail/netx-wrapped/ghilkdhhdnibobbbkmibdechgfflmape
الوصف This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.
حجم الملف 676 KB
عدد التثبيتات 44
النسخة الحالية 0.0.0.4
آخر تحديث 2018-11-25
تاريخ النشر 2018-11-25
تقييم 5.00/5 مجموع تقييمات 1
المطور milothiesen
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetX - wrapped",
    "short_name": "wrapped",
    "description": "This extension wraps and expands truncated text for the list and curator views in NetX version 8.11.40.",
    "version": "0.0.0.4",
    "author": "Milo Thiesen - Lead Technical Analyst - Metropolitan Museum of Art",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "vision.png"
    }
}