BÉPO

Clavier Bépo

Apa itu BÉPO?

BÉPO adalah ekstensi Chrome yang dikembangkan oleh chrome-input-extensions, dan fitur utamanya adalah "Clavier Bépo".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BÉPO

Unduh file ekstensi BÉPO 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

                        Cette extension ajoute un clavier bépo à Chrome OS.

Comment activer: après avoir installé l'extension, ouvrez la page chrome://settings/languages et ajoutez la langue française, cochez l'option Bépo. Si cette option n'apparaît pas, déconnectez vous et recommencer la procédure.

En installant cette extension, vous acceptez les Conditions d’utilisation et les Règles de confidentialité décrites à https://www.google.com/intl/fr/policies/.

Problème: si le clavier ne fonctionne plus après avoir mis-à-jour Chrome OS (version 36), veuillez lire crbug.com/397143 pour réactiver le clavier.

[English]
This extension provides a bépo keyboard layout in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add French, and check the Bépo 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 Bépo keyboard (symbol: FR*).

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 BÉPO BÉPO
ID pgiknkjjcfcalehnoedjngelcgopgkgc
URL Resmi https://chromewebstore.google.com/detail/b%C3%A9po/pgiknkjjcfcalehnoedjngelcgopgkgc
Deskripsi Clavier Bépo
Ukuran File 7.52 KB
Jumlah Instalasi 387
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-08-04
Tanggal Publikasi 2014-08-03
Penilaian 4.79/5 Total 33 Penilaian
Pengembang chrome-input-extensions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://policies.google.com/privacy?hl=en
Bahasa yang Didukung fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "B\u00c9PO",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Clavier B\u00e9po",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "input"
    ],
    "input_components": [
        {
            "name": "B\u00e9po",
            "type": "ime",
            "id": "bepo_xkb",
            "description": "Clavier B\u00e9po",
            "language": "fr",
            "layouts": [
                "fr(bepo)"
            ]
        }
    ]
}