Hebrew in notion

Suppor rtl in Notion

Was ist Hebrew in notion?

Hebrew in notion ist eine Chrome-Erweiterung, die von Eran Yomtovyan entwickelt wurde, und ihr Hauptmerkmal ist "Suppor rtl in Notion".

Erweiterungsscreenshots

screenshot

Hebrew in notion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hebrew in notion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        באמצעות תוסף זה ניתן לעבוד בקלות עם עברית ב-Notion ואפילו עם טקסטים המשלבים עברית ואנגלית יחד מבלי שהטקסט ישבר.                    

Grundlegende Informationen zur Erweiterung

Name Hebrew in notion Hebrew in notion
ID jmcibfacbbnkhidbdmahgdmkbkpkaecb
Offizielle URL https://chromewebstore.google.com/detail/hebrew-in-notion/jmcibfacbbnkhidbdmahgdmkbkpkaecb
Beschreibung Suppor rtl in Notion
Dateigröße 16.57 KB
Installationsanzahl 629
Aktuelle Version 1.1
Letztes Update 2020-07-26
Veröffentlichungsdatum 2020-07-26
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Eran Yomtovyan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}