קריאת זן בעיתון הארץ
הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ
קריאת זן בעיתון הארץとは何ですか?
קריאת זן בעיתון הארץはzegmanによって開発されたChromeの拡張機能で、その主な機能は「הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ」です。
拡張機能のスクリーンショット
קריאת זן בעיתון הארץ拡張機能の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 |
公式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 |
Eメール | [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" ] } ] } |