QuizletHE

Make Quizlet™ Hebrew compatible.

What is QuizletHE?

QuizletHE is a Chrome extension developed by ariel.hasidim, and its main feature is "Make Quizlet™ Hebrew compatible.".

Extension Screenshots

Download QuizletHE Extension CRX File

Download QuizletHE 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

                        **UPDATED!**
Make Quizlet™ Hebrew compatible.
RTL compatibility
גרסא חדשה, הכל אוטומטית ובלייב!
תמיכה בקריאת ימין-לשמאל לקוויזלט.                    

Extension Basic Information

Name QuizletHE QuizletHE
ID gagjfibadehibfmkbcbnbdbolcncmglk
Official URL https://chrome.google.com/webstore/detail/quizlethe/gagjfibadehibfmkbcbnbdbolcncmglk
Description Make Quizlet™ Hebrew compatible.
File Size 15.03 KB
Installation Count 25
Current Version 2.1.1
Last Updated 2019-09-24
Publish Date 2019-09-24
Rating 4.33/5 Total 6 Ratings
Developer ariel.hasidim
Email [email protected]
Payment Type free
Supported Languages
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuizletHE",
    "short_name": "Make it RTL",
    "description": "Make Quizlet\u2122 Hebrew compatible.",
    "version": "2.1.1",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "iconon.png",
        "default_title": "Let's read some Hebrew!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quizlet.com\/*"
            ],
            "js": [
                "custom.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hebrewStyle.css"
    ],
    "permissions": [
        "background",
        "identity",
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ]
}