Remove line breaks
Remove line breaks
Vad är Remove line breaks?
Remove line breaks är en Chrome-tillägg utvecklad av htconem81999hk67234, och dess huvudfunktion är "Remove line breaks".
Tilläggsskärmbilder
Ladda ner Remove line breaks-förlängningens CRX-fil
Ladda ner Remove line breaks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use this utility to remove line breaks from a block of text with line breaks by following these steps.
See the instructions:
1. Type or paste text with line breaks into the input.
2. Click the "Generate" button.
3. Results will be displayed in the output Grundläggande Information om Tillägg
| Namn | |
| ID | fkicibhmokfbhkngjnahahllkgkjlbob |
| Officiell webbadress | https://chromewebstore.google.com/detail/remove-line-breaks/fkicibhmokfbhkngjnahahllkgkjlbob |
| Beskrivning | Remove line breaks |
| Filstorlek | 463 KB |
| Antal Installationer | 75 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2023-07-21 |
| Publiceringsdatum | 2023-06-06 |
| Utvecklare | htconem81999hk67234 |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://sites.google.com/view/extension-policy/home |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Remove line breaks",
"version": "1.0.0",
"version_name": "1.0.0",
"description": "Remove line breaks",
"action": {
"default_icon": "icon-512.png",
"default_popup": "popup.html"
},
"options_ui": {
"page": "option.html",
"open_in_tab": false
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "icon-512.png",
"48": "icon-512.png",
"128": "icon-512.png"
}
} | |