Hebrew Gibbrish Converter
Convert Gibbrish (miss keyboard input mode) to Hebrew/English
Cos'è Hebrew Gibbrish Converter?
Hebrew Gibbrish Converter è un'estensione di Chrome sviluppata da ronmany, e la sua funzione principale è "Convert Gibbrish (miss keyboard input mode) to Hebrew/English".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hebrew Gibbrish Converter
Scarica i file di estensione Hebrew Gibbrish Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Convert Gibberish (miss keyboard input mode) to Hebrew/English.
When you type English using Hebrew input mode select the text and click Ctrl-Shift-E to quickly convert it.
When you type Hebrew using English input mode select the text and click Ctrl-Shift-H to quickly convert it. Informazioni di Base sull'Estensione
| Nome | |
| ID | jibppenpbhekmjgdjfbmillfkdhonkfl |
| URL Ufficiale | https://chromewebstore.google.com/detail/hebrew-gibbrish-converter/jibppenpbhekmjgdjfbmillfkdhonkfl |
| Descrizione | Convert Gibbrish (miss keyboard input mode) to Hebrew/English |
| Dimensione del File | 25.93 KB |
| Conteggio Installazioni | 49 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-08-07 |
| Data di Pubblicazione | 2023-08-07 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | ronmany |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hebrew Gibbrish Converter",
"version": "1.0",
"description": "Convert Gibbrish (miss keyboard input mode) to Hebrew\/English",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png",
"256": "icon_256.png"
},
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "service-worker.js"
},
"commands": {
"convert_to_heb": {
"suggested_key": {
"default": "Ctrl+Shift+H",
"mac": "MacCtrl+Shift+H"
},
"description": "Convert selected text to Hebrew"
},
"convert_to_eng": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "MacCtrl+Shift+E"
},
"description": "Convert selected text to English"
}
},
"action": {
"default_popup": "popup.html"
}
} | |