BÉPO

Clavier Bépo

什麼是BÉPO?

BÉPO是由chrome-input-extensions開發的Chrome擴展程式,該擴展的主要功能是“Clavier Bépo”。

擴展截圖

screenshot

下載BÉPO擴展crx文件

下載BÉPO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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)"
            ]
        }
    ]
}