Iscool Plus
An improved version of http://alehlod.iscool.co.il
Iscool Plus란 무엇입니까?
Iscool Plus은(는) Hillai Ben-Sasson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An improved version of http://alehlod.iscool.co.il"입니다.
확장 프로그램 스크린샷
Iscool Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
אם אתם לומדים בתיכון למדעים עתיד לוד אתם בטח יודעים שהאתר אייסקול (http://alehlod.iscool.co.il) לא נוח לתפעול. התוסף הזה מיועד לשנות את זה! אחרי שתגדירו פעם אחת את הכיתה שלכם (ואם אתם לא חמשושים אז גם את המגמות שלכם): - כשתיכנסו לאתר תוכלו ישר לראות את לוח השינויים של הכיתה שלכם, בלי ללחוץ על כפתורים מיותרים! - לוח המבחנים יראה רק את המבחנים שרלוונטיים אליכם! - השינויים ייראו כמו במסך בביה"ס, וגם שם יהיו רק השינויים הרלוונטיים! - תורידו את זה כבר אלוהים ישמור למה אתם מחכים!!!! התוסף פותח ע"י הילאי בן-ששון ואין לו קשר לאתר אייסקול עצמו. כל הזכויות על התוסף שמורות להילאי בן-ששון. שאלות, טענות, הצעות, מכתבי אהבה ומכתבי נאצה אפשר לשלוח ל[email protected] מילות מפתח: עלה על"ה עתיד מדעים לוד אייסקול פלוס אייסקול+ iscool ischool iscool+ ischool+ alehlod aleh lod atid
확장 프로그램 기본 정보
이름 | |
ID | ndejbfeoodbdfohpjjaabekibphpkcfm |
공식 URL | https://chromewebstore.google.com/detail/iscool-plus/ndejbfeoodbdfohpjjaabekibphpkcfm |
설명 | An improved version of http://alehlod.iscool.co.il |
파일 크기 | 43.33 KB |
설치 횟수 | 67 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2015-08-21 |
출시 날짜 | 2015-08-21 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | Hillai Ben-Sasson |
결제 유형 | free |
지원되는 언어 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Iscool Plus", "description": "An improved version of http:\/\/alehlod.iscool.co.il", "version": "1.0.4", "content_scripts": [ { "matches": [ "http:\/\/alehlod.iscool.co.il\/" ], "js": [ "redirect.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/alehlod.iscool.co.il\/default.aspx" ], "js": [ "jquery.min.js", "filter.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "firstRun.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "options_page": "options.html", "web_accessible_resources": [ "options.html" ], "permissions": [ "storage", "cookies", "http:\/\/alehlod.iscool.co.il\/*" ] } |