BÉPO

Clavier Bépo

BÉPO란 무엇입니까?

BÉPO은(는) chrome-input-extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clavier Bépo"입니다.

확장 프로그램 스크린샷

screenshot

BÉPO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 BÉPO BÉPO
ID pgiknkjjcfcalehnoedjngelcgopgkgc
공식 URL https://chromewebstore.google.com/detail/b%C3%A9po/pgiknkjjcfcalehnoedjngelcgopgkgc
설명 Clavier Bépo
파일 크기 7.52 KB
설치 횟수 387
현재 버전 1.0
최근 업데이트 2014-08-04
출시 날짜 2014-08-03
평점 4.79/5 총 33 개의 평점
개발자 chrome-input-extensions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://policies.google.com/privacy?hl=en
지원되는 언어 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)"
            ]
        }
    ]
}