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

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

קריאת זן בעיתון הארץ क्या है?

קריאת זן בעיתון הארץ zegman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में קריאת זן בעיתון הארץ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}