Hebrew in notion

Suppor rtl in Notion

What is Hebrew in notion?

Hebrew in notion is a Chrome extension developed by Eran Yomtovyan, and its main feature is "Suppor rtl in Notion".

Extension Screenshots

screenshot

Download Hebrew in notion Extension CRX File

Download Hebrew in notion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Hebrew in notion Hebrew in notion
ID jmcibfacbbnkhidbdmahgdmkbkpkaecb
Official URL https://chromewebstore.google.com/detail/hebrew-in-notion/jmcibfacbbnkhidbdmahgdmkbkpkaecb
Description Suppor rtl in Notion
File Size 16.57 KB
Installation Count 629
Current Version 1.1
Last Updated 2020-07-26
Publish Date 2020-07-26
Rating 4.33/5 Total 3 Ratings
Developer Eran Yomtovyan
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}