Hebrew in notion

Suppor rtl in Notion

Hebrew in notionคืออะไร?

Hebrew in notion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eran Yomtovyan และคุณลักษณะหลักของมันคือ "Suppor rtl in Notion"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hebrew in notion

ดาวน์โหลดไฟล์ส่วนขยาย Hebrew in notion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hebrew in notion Hebrew in notion
ID jmcibfacbbnkhidbdmahgdmkbkpkaecb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hebrew-in-notion/jmcibfacbbnkhidbdmahgdmkbkpkaecb
คำอธิบาย Suppor rtl in Notion
ขนาดไฟล์ 16.57 KB
จำนวนการติดตั้ง 629
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-07-26
วันที่เผยแพร่ 2020-07-26
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Eran Yomtovyan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}