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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetX - wrapped
ดาวน์โหลดไฟล์ส่วนขยาย NetX - wrapped ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |