עלמהרידר

עלמהרידר

What is עלמהרידר?

עלמהרידר is a Chrome extension developed by https://www.almareader.com, and its main feature is "עלמהרידר".

Extension Screenshots

screenshot

Download עלמהרידר Extension CRX File

Download עלמהרידר 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

                        תוסף ההקראה מאפשר לכם לקרוא טקסטים בכל אתר אינטרנט. 
פשוט סמנו את הטקסט עם העכבר, ולחצו על אייקון הציפור.
אתם יכולים לסמן רק את ההתחלה של הטקסט, והתוסף כבר ימשיך לקרוא את העמוד.
ניתן לשלוט על מהירות ההקראה, לבחור את הקריין וגם לשלוט על הפונט בחלון שנפתח.
השימוש בתוסף הוא ללא תשלום למנויים של עלמה רידר - www.almareader.com                    

Extension Basic Information

Name עלמהרידר עלמהרידר
ID kpgbjmdhihjamofekoagnilikhbekpoc
Official URL https://chromewebstore.google.com/detail/%D7%A2%D7%9C%D7%9E%D7%94%D7%A8%D7%99%D7%93%D7%A8/kpgbjmdhihjamofekoagnilikhbekpoc
Description עלמהרידר
File Size 367 KB
Installation Count 657
Current Version 2.2.0
Last Updated 2021-02-16
Publish Date 2019-04-13
Developer https://www.almareader.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://static.wixstatic.com/ugd/9ab0b0_e04ae035bc3b4e8f95f66c58b8737c81.pdf
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u05e2\u05dc\u05de\u05d4\u05e8\u05d9\u05d3\u05e8",
    "homepage_url": "http:\/\/www.almareader.com",
    "icons": {
        "128": "images\/bird128.png",
        "16": "images\/bird16.png",
        "32": "images\/bird32.png",
        "48": "images\/bird48.png"
    },
    "browser_action": {
        "default_icon": "images\/fade32.png",
        "default_popup": "Login.html",
        "default_title": "\u05d4\u05e7\u05e8\u05d0\u05d4 \u05d1\u05e7\u05d5\u05dc - \u05e2\u05dc\u05de\u05d4 \u05e8\u05d9\u05d3\u05e8"
    },
    "background": {
        "page": "Background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "\u05e2\u05dc\u05de\u05d4\u05e8\u05d9\u05d3\u05e8",
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "commands",
        "contextMenus",
        "tabs",
        "storage",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/accounts.google.com\/*"
    ],
    "commands": {
        "play": {
            "description": "play\/pause",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "version": "2.2.0",
    "web_accessible_resources": [
        "images\/play_click.png",
        "images\/pause_click.png",
        "images\/process_main.png"
    ],
    "oauth2": {
        "client_id": "842013878298-fetvr94d2h85q4r48im7lt2es49dip0l.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}