קריאת זן בעיתון הארץ

הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ

O que é קריאת זן בעיתון הארץ?

קריאת זן בעיתון הארץ é uma extensão do Chrome desenvolvida por zegman, e sua principal característica é "הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão קריאת זן בעיתון הארץ

Baixe arquivos de extensão קריאת זן בעיתון הארץ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Pages on the Haaretz newspaper websites (haaretz.co.il, themarker.com)have a "Zen Reading" button, which when pressed, suppress unwanted page elements:

This extension will automatically enter "Zen Reading" mode when on the Hebrew website of Haaretz.
This extension will only work for Haaretz paid subscribers. 
[This extension is not affiliated with or endorsed by Haaretz]

הרחבה זו, תפעיל ״קריאת זן״ כברירת מחדל למנויים באתר עיתון הארץ.
הרחבה זו אינה קשורה לעיתון הארץ או מאושרת על ידו. 

Source code of the extension is available here: https://gitlab.com/zegman/zen-reading-mode-for-haaretz                    

Informações Básicas da Extensão

Nome קריאת זן בעיתון הארץ קריאת זן בעיתון הארץ
ID dfdmkmeffgpfnnbolblceokkclkacmma
URL Oficial https://chromewebstore.google.com/detail/%D7%A7%D7%A8%D7%99%D7%90%D7%AA-%D7%96%D7%9F-%D7%91%D7%A2%D7%99%D7%AA%D7%95%D7%9F-%D7%94%D7%90%D7%A8%D7%A5/dfdmkmeffgpfnnbolblceokkclkacmma
Descrição הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ
Tamanho do Arquivo 3.23 KB
Contagem de Instalações 51
Versão Atual 1.0.4
Última Atualização 2022-04-29
Data de Publicação 2019-01-20
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor zegman
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/zegman/zen-reading-mode-haaretz
Idiomas Suportados iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u05e7\u05e8\u05d9\u05d0\u05ea \u05d6\u05df \u05d1\u05e2\u05d9\u05ea\u05d5\u05df \u05d4\u05d0\u05e8\u05e5",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "\u05d4\u05e4\u05e2\u05dc \u05e7\u05e8\u05d9\u05d0\u05ea \u05d6\u05df \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05d1\u05d0\u05ea\u05e8 \u05e2\u05d9\u05ea\u05d5\u05df \u05d4\u05d0\u05e8\u05e5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.haaretz.co.il\/*",
                "https:\/\/www.themarker.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "script.js"
            ]
        }
    ]
}