FydeRhythm Input Method

Input method for ChromeOS and FydeOS, based on RIME, built by FydeOS team.

Τι είναι το FydeRhythm Input Method;

Το FydeRhythm Input Method είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fyde Innovations, και η κύρια λειτουργία του είναι "Input method for ChromeOS and FydeOS, based on RIME, built by FydeOS team.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FydeRhythm Input Method

Λήψη αρχείων επέκτασης FydeRhythm Input Method σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        *******************************************************************************************

Due to the deprecation of the chrome.input.ime API (https://chromeos.dev/en/posts/chrome-input-ime-deprecation), FydeRhythm Input Method is only supported on chromeOS r118 and earlier. Starting with chromeOS r119, FydeRhythm may not work.

This does not affect FydeOS and openFyde.

Currently we are still waiting for Google's update for chrome.input.ime, there is no better solution at the moment. 🤷🏻‍♂️

*******************************************************************************************

A redesigned Asian languages (CJK) Input Method Editor(IME) extension for chromeOS and your Chromebook, based on RIME, fully open source.


Source code and docs:
https://github.com/FydeOS/fydeRhythm


Privacy and data collection statement:
https://fydeos.io/privacy/fyderhythm/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FydeRhythm Input Method FydeRhythm Input Method
ID ppgpjbgimfloenilfemmcejiiokelkni
Επίσημο URL https://chromewebstore.google.com/detail/fyderhythm-input-method/ppgpjbgimfloenilfemmcejiiokelkni
Περιγραφή Input method for ChromeOS and FydeOS, based on RIME, built by FydeOS team.
Μέγεθος Αρχείου 6.12 MB
Αριθμός Εγκαταστάσεων 656
Τρέχουσα Έκδοση 2.0.13
Τελευταία Ενημέρωση 2023-11-17
Ημερομηνία Δημοσίευσης 2023-05-05
Αξιολόγηση 4.71/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής Fyde Innovations
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/FydeOS/fydeRhythm
URL της Σελίδας Πολιτικής Απορρήτου https://fydeos.io/privacy/fyderhythm
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "2.0.13",
    "author": "fydeos",
    "name": "__MSG_extension_name__",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "input"
    ],
    "default_locale": "zh_CN",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/rime_emscripten.wasm",
                "assets\/lz4_wasm_bg.wasm",
                "assets\/monaco\/**",
                "assets\/logo.svg",
                "assets\/builtin\/**"
            ],
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "input_components": [
        {
            "name": "__MSG_input_method_name__",
            "id": "fyde-rhythm",
            "language": [
                "zh-CN",
                "zh"
            ],
            "layouts": [
                "us"
            ]
        }
    ]
}