Svorak
Svorak keyboard
Apa itu Svorak?
Svorak adalah ekstensi Chrome yang dikembangkan oleh chrome-input-extensions, dan fitur utamanya adalah "Svorak keyboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Svorak
Unduh file ekstensi Svorak dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension provides a Swedish Dvorak keyboard layout in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add Swedish, and check the Svorak option. If the option does not show up, sign out once and retry the procedure. Switch keyboard layouts with Alt+Shift until you hit the Svorak right keyboard (symbol: SV*). By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/. Known issue: if this stopped working after updating to M36 please see crbug.com/397143 for a workaround (Chrome OS 37+ should not be affected)
Informasi Dasar Ekstensi
Nama | Svorak |
ID | ijimhcgeahpgfdcgaheadagkjkiibcnj |
URL Resmi | https://chromewebstore.google.com/detail/svorak/ijimhcgeahpgfdcgaheadagkjkiibcnj |
Deskripsi | Svorak keyboard |
Ukuran File | 7.74 KB |
Jumlah Instalasi | 389 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-08-04 |
Tanggal Publikasi | 2014-08-03 |
Penilaian | 4.54/5 Total 26 Penilaian |
Pengembang | chrome-input-extensions |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://policies.google.com/privacy?hl=en |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Svorak", "version": "1.0", "manifest_version": 2, "description": "Svorak keyboard", "permissions": [ "input" ], "background": { "scripts": [ "background.js" ] }, "input_components": [ { "name": "Svorak", "type": "ime", "id": "svorak_xkb", "description": "Svorak keyboard", "language": "sv", "layouts": [ "se(dvorak)" ] } ] } |