קריאת זן בעיתון הארץ
הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ
קריאת זן בעיתון הארץ란 무엇입니까?
קריאת זן בעיתון הארץ은(는) zegman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "הפעל קריאת זן באופן אוטומטי באתר עיתון הארץ"입니다.
확장 프로그램 스크린샷
קריאת זן בעיתון הארץ 확장 프로그램 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" ] } ] } |