InfoPath word-wrap fixer

Fix the soft word-wrap not working in InfoPath for SharePoint Sites.

Qu'est-ce que InfoPath word-wrap fixer ?

InfoPath word-wrap fixer est une extension Chrome développée par Ateny, et sa fonction principale est "Fix the soft word-wrap not working in InfoPath for SharePoint Sites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension InfoPath word-wrap fixer

Téléchargez les fichiers d'extension InfoPath word-wrap fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom InfoPath word-wrap fixer InfoPath word-wrap fixer
ID kmmnemafkbgbnbnbdephhieibeeihfdl
URL Officiel https://chromewebstore.google.com/detail/infopath-word-wrap-fixer/kmmnemafkbgbnbnbdephhieibeeihfdl
Description Fix the soft word-wrap not working in InfoPath for SharePoint Sites.
Taille du Fichier 4.83 KB
Nombre d'Installations 5,069
Version Actuelle 3.0
Dernière Mise à Jour 2023-12-05
Date de Publication 2020-05-03
Évaluation 5.00/5 Total 4 Évaluations
Développeur Ateny
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}