עלמהרידר
עלמהרידר
Cos'è עלמהרידר?
עלמהרידר è un'estensione di Chrome sviluppata da https://www.almareader.com, e la sua funzione principale è "עלמהרידר".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione עלמהרידר
Scarica i file di estensione עלמהרידר in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
תוסף ההקראה מאפשר לכם לקרוא טקסטים בכל אתר אינטרנט. פשוט סמנו את הטקסט עם העכבר, ולחצו על אייקון הציפור. אתם יכולים לסמן רק את ההתחלה של הטקסט, והתוסף כבר ימשיך לקרוא את העמוד. ניתן לשלוט על מהירות ההקראה, לבחור את הקריין וגם לשלוט על הפונט בחלון שנפתח. השימוש בתוסף הוא ללא תשלום למנויים של עלמה רידר - www.almareader.com
Informazioni di Base sull'Estensione
Nome | עלמהרידר |
ID | kpgbjmdhihjamofekoagnilikhbekpoc |
URL Ufficiale | https://chromewebstore.google.com/detail/%D7%A2%D7%9C%D7%9E%D7%94%D7%A8%D7%99%D7%93%D7%A8/kpgbjmdhihjamofekoagnilikhbekpoc |
Descrizione | עלמהרידר |
Dimensione del File | 367 KB |
Conteggio Installazioni | 657 |
Versione Corrente | 2.2.0 |
Ultimo Aggiornamento | 2021-02-16 |
Data di Pubblicazione | 2019-04-13 |
Sviluppatore | https://www.almareader.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://static.wixstatic.com/ugd/9ab0b0_e04ae035bc3b4e8f95f66c58b8737c81.pdf |
Lingue Supportate | 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" ] } } |