InfoPath word-wrap fixer
Fix the soft word-wrap not working in InfoPath for SharePoint Sites.
Wat is InfoPath word-wrap fixer?
InfoPath word-wrap fixer is een Chrome-extensie ontwikkeld door Ateny, en de belangrijkste functie is "Fix the soft word-wrap not working in InfoPath for SharePoint Sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie InfoPath word-wrap fixer
Download InfoPath word-wrap fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Several SharePoint Sites using InfoPath forms do not support word-wrap for (HTML) text area elements. There are workarounds which require modifying style sheets (CSS) for each SharePoint Site. These workarounds need to be applied on a site-by-site basis, and they are not supported by some newer SharePoint Sites. This extension bypasses the problem and directly applies the fix to the text areas in all SharePoint Sites that are sub-domains of sharepoint.com. Available also for Firefox at https://addons.mozilla.org/en-GB/firefox/addon/infopath-word-wrap-fixer/. If you need to fix area text elements in any websites, see https://chrome.google.com/webstore/detail/cmiebacajlhfnfdofcflofoaaikdbpbc.
Basisinformatie over de Extensie
Naam | InfoPath word-wrap fixer |
ID | kmmnemafkbgbnbnbdephhieibeeihfdl |
Officiële URL | https://chromewebstore.google.com/detail/infopath-word-wrap-fixer/kmmnemafkbgbnbnbdephhieibeeihfdl |
Beschrijving | Fix the soft word-wrap not working in InfoPath for SharePoint Sites. |
Bestandsgrootte | 4.83 KB |
Aantal Installaties | 5,069 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2023-12-05 |
Publicatiedatum | 2020-05-03 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Ateny |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0", "manifest_version": 3, "name": "InfoPath word-wrap fixer", "description": "Fix the soft word-wrap not working in InfoPath for SharePoint Sites.", "author": "Simone Frassanito", "icons": { "128": "favicon.png" }, "host_permissions": [ "*:\/\/*.sharepoint.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.sharepoint.com\/*" ], "css": [ "fix.css" ], "all_frames": true } ] } |