Hebrew in notion

Suppor rtl in Notion

Qu'est-ce que Hebrew in notion ?

Hebrew in notion est une extension Chrome développée par Eran Yomtovyan, et sa fonction principale est "Suppor rtl in Notion".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hebrew in notion

Téléchargez les fichiers d'extension Hebrew in notion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hebrew in notion Hebrew in notion
ID jmcibfacbbnkhidbdmahgdmkbkpkaecb
URL Officiel https://chromewebstore.google.com/detail/hebrew-in-notion/jmcibfacbbnkhidbdmahgdmkbkpkaecb
Description Suppor rtl in Notion
Taille du Fichier 16.57 KB
Nombre d'Installations 629
Version Actuelle 1.1
Dernière Mise à Jour 2020-07-26
Date de Publication 2020-07-26
Évaluation 4.33/5 Total 3 Évaluations
Développeur Eran Yomtovyan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}