Hebrew in notion
Suppor rtl in Notion
Cos'è Hebrew in notion?
Hebrew in notion è un'estensione di Chrome sviluppata da Eran Yomtovyan, e la sua funzione principale è "Suppor rtl in Notion".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hebrew in notion
Scarica i file di estensione Hebrew in notion 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
באמצעות תוסף זה ניתן לעבוד בקלות עם עברית ב-Notion ואפילו עם טקסטים המשלבים עברית ואנגלית יחד מבלי שהטקסט ישבר. Informazioni di Base sull'Estensione
| Nome | |
| ID | jmcibfacbbnkhidbdmahgdmkbkpkaecb |
| URL Ufficiale | https://chromewebstore.google.com/detail/hebrew-in-notion/jmcibfacbbnkhidbdmahgdmkbkpkaecb |
| Descrizione | Suppor rtl in Notion |
| Dimensione del File | 16.57 KB |
| Conteggio Installazioni | 629 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2020-07-26 |
| Data di Pubblicazione | 2020-07-26 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | Eran Yomtovyan |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | iw |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hebrew in notion",
"version": "1.1",
"description": "Suppor rtl in Notion",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"deafault_icon": "icon.png",
"deafault_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.notion.so\/*"
],
"css": [
"styles.css"
]
}
]
} | |