Nynorskoversetteren
Automatisk oversettelse fra bokmål til nynorsk. Oversett direkte i publiseringssystemet ditt eller last opp filer til oversettelse.
Co je Nynorskoversetteren?
Nynorskoversetteren je rozšíření Chrome vyvinuté Totaltekst dev, a jeho hlavní funkcí je „Automatisk oversettelse fra bokmål til nynorsk. Oversett direkte i publiseringssystemet ditt eller last opp filer til oversettelse.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Nynorskoversetteren
Stáhněte si soubory rozšíření Nynorskoversetteren ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Translate selected text from Norwegian bokmål to nynorsk.
FEATURES
• Translate selected text to clipboard
• Translate and replace selected text in editable fields
• Translate text by typing into input field in this application's popup
--------------------
Automatisk oversettelse fra bokmål til nynorsk.
Oversett direkte i publiseringssystemet ditt eller last opp dokumenter til oversettelse.
FUNKSJONER
• Oversett markert tekst til utklippstavle
• Oversett og erstatt markert tekst i input-felter
• Oversett tekst du selv skriver/limer inn i programmets popup
Version history
v1.0.9: New logo and icons plus a larger canvas in popup
v1.0.8: Fixed error messages when not allowed to edit templates
v1.0.7: Changes to options page
v1.0.6: New logo and icons
v1.0.5: Fixed some issues when editing templates without phrases
v1.0.4: Bugfix and new promo tile image
v1.0.3: Add option to set config for omit phrases
v1.0.2: We just added some icons to menu items
v1.0.1: New UI, template support for translation settings
v0.2.0: Better error reporting in file translations
v0.1.9: Fixed bug in .vtt file translation
v0.1.8: Paritially supporting .vtt files
v0.1.7: We fixed some bugs when not logged in
v0.1.6: Added .odt, .odp and .srt support
v0.1.5: First release
v0.1.4: Fixed iframe issues
v0.1.3: Improved stability and speed
v0.1.2: Changed text to be more informative.
v0.1.1: Corrected product name and fixed typos.
v0.1.0: Fixed bug in translation to clipboard.
v0.0.6: Better styling, using preferences in file translator
v0.0.5: Added preferences.
v0.0.4: Added doc translate and JWT authentication
v0.0.3: Better error handling in options page
v0.0.2: Fixed error in options page to enable input / check of api key Základní Informace o Rozšíření
| Název | |
| ID | dkigclejofjgplpbnngddpafhmehjfia |
| Oficiální URL | https://chromewebstore.google.com/detail/nynorskoversetteren/dkigclejofjgplpbnngddpafhmehjfia |
| Popis | Automatisk oversettelse fra bokmål til nynorsk. Oversett direkte i publiseringssystemet ditt eller last opp filer til oversettelse. |
| Velikost souboru | 267 KB |
| Počet instalací | 352 |
| Aktuální Verze | 1.0.9 |
| Poslední Aktualizace | 2023-09-08 |
| Datum Vydání | 2022-09-21 |
| Vývojář | Totaltekst dev |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://www.totaltekst.no/nynorskoversetteren |
| URL Stránky Nápovědy | https://www.totaltekst.no/nynorskoversetteren/support |
| URL Stránky Zásad Ochrany Soukromí | https://www.totaltekst.no/personvernerklaering |
| Podporované Jazyky | no |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nynorskoversetteren",
"description": "Automatisk oversettelse fra bokm\u00e5l til nynorsk. Oversett direkte i publiseringssystemet ditt eller last opp filer til oversettelse.",
"manifest_version": 3,
"version": "1.0.9",
"permissions": [
"notifications",
"storage",
"activeTab",
"contextMenus",
"clipboardRead",
"clipboardWrite"
],
"background": {
"service_worker": "service_worker.js"
},
"options_page": "options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"settings.js",
"jquery-min.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"all_frames": false,
"js": [
"jquery-min.js",
"content-script.js"
],
"css": [
"styles.css"
]
}
],
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Nynorskoversetteren",
"default_icon": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
}
},
"commands": {
"run_ext": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "Oversett og erstatt"
},
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y",
"chromeos": "Ctrl+Shift+Y",
"linux": "Ctrl+Shift+Y"
}
}
}
} | |