Hebrew in notion
Suppor rtl in Notion
Wat is Hebrew in notion?
Hebrew in notion is een Chrome-extensie ontwikkeld door Eran Yomtovyan, en de belangrijkste functie is "Suppor rtl in Notion".
Extensie Screenshots
Download het CRX-bestand van de extensie Hebrew in notion
Download Hebrew in notion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
באמצעות תוסף זה ניתן לעבוד בקלות עם עברית ב-Notion ואפילו עם טקסטים המשלבים עברית ואנגלית יחד מבלי שהטקסט ישבר. Basisinformatie over de Extensie
| Naam | |
| ID | jmcibfacbbnkhidbdmahgdmkbkpkaecb |
| Officiële URL | https://chromewebstore.google.com/detail/hebrew-in-notion/jmcibfacbbnkhidbdmahgdmkbkpkaecb |
| Beschrijving | Suppor rtl in Notion |
| Bestandsgrootte | 16.57 KB |
| Aantal Installaties | 629 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2020-07-26 |
| Publicatiedatum | 2020-07-26 |
| Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Eran Yomtovyan |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |