InfoPath word-wrap fixer
Fix the soft word-wrap not working in InfoPath for SharePoint Sites.
InfoPath word-wrap fixerとは何ですか?
InfoPath word-wrap fixerはAtenyによって開発されたChromeの拡張機能で、その主な機能は「Fix the soft word-wrap not working in InfoPath for SharePoint Sites.」です。
拡張機能のスクリーンショット
InfoPath word-wrap fixer拡張機能のCRXファイルをダウンロード
InfoPath word-wrap fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | InfoPath word-wrap fixer |
ID | kmmnemafkbgbnbnbdephhieibeeihfdl |
公式URL | https://chromewebstore.google.com/detail/infopath-word-wrap-fixer/kmmnemafkbgbnbnbdephhieibeeihfdl |
説明 | Fix the soft word-wrap not working in InfoPath for SharePoint Sites. |
ファイルサイズ | 4.83 KB |
インストール数 | 5,069 |
現在のバージョン | 3.0 |
最終更新日 | 2023-12-05 |
公開日 | 2020-05-03 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Ateny |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } ] } |