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

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

什麼是קריאת זן בעיתון הארץ?

קריאת זן בעיתון הארץ是由zegman開發的Chrome擴展程式,該擴展的主要功能是“הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ”。

擴展截圖

screenshot
screenshot

下載קריאת זן בעיתון הארץ擴展crx文件

下載קריאת זן בעיתון הארץ擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 קריאת זן בעיתון הארץ קריאת זן בעיתון הארץ
ID dfdmkmeffgpfnnbolblceokkclkacmma
官方網址 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
簡介 הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ
檔案大小 3.23 KB
安裝次數 51
目前版本 1.0.4
更新時間 2022-04-29
上架時間 2019-01-20
評分 3.00/5 共 2 次評分
開發者 zegman
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/zegman/zen-reading-mode-haaretz
支援的語言 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"
            ]
        }
    ]
}