Iscool Plus
An improved version of http://alehlod.iscool.co.il
What is Iscool Plus?
Iscool Plus is a Chrome extension developed by Hillai Ben-Sasson, and its main feature is "An improved version of http://alehlod.iscool.co.il".
Extension Screenshots
Download Iscool Plus Extension CRX File
Download Iscool Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
אם אתם לומדים בתיכון למדעים עתיד לוד אתם בטח יודעים שהאתר אייסקול (http://alehlod.iscool.co.il) לא נוח לתפעול. התוסף הזה מיועד לשנות את זה! אחרי שתגדירו פעם אחת את הכיתה שלכם (ואם אתם לא חמשושים אז גם את המגמות שלכם): - כשתיכנסו לאתר תוכלו ישר לראות את לוח השינויים של הכיתה שלכם, בלי ללחוץ על כפתורים מיותרים! - לוח המבחנים יראה רק את המבחנים שרלוונטיים אליכם! - השינויים ייראו כמו במסך בביה"ס, וגם שם יהיו רק השינויים הרלוונטיים! - תורידו את זה כבר אלוהים ישמור למה אתם מחכים!!!! התוסף פותח ע"י הילאי בן-ששון ואין לו קשר לאתר אייסקול עצמו. כל הזכויות על התוסף שמורות להילאי בן-ששון. שאלות, טענות, הצעות, מכתבי אהבה ומכתבי נאצה אפשר לשלוח ל[email protected] מילות מפתח: עלה על"ה עתיד מדעים לוד אייסקול פלוס אייסקול+ iscool ischool iscool+ ischool+ alehlod aleh lod atid
Extension Basic Information
Name | |
ID | ndejbfeoodbdfohpjjaabekibphpkcfm |
Official URL | https://chromewebstore.google.com/detail/iscool-plus/ndejbfeoodbdfohpjjaabekibphpkcfm |
Description | An improved version of http://alehlod.iscool.co.il |
File Size | 43.33 KB |
Installation Count | 67 |
Current Version | 1.0.4 |
Last Updated | 2015-08-21 |
Publish Date | 2015-08-21 |
Rating | 5.00/5 Total 10 Ratings |
Developer | Hillai Ben-Sasson |
Payment Type | free |
Supported Languages | 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\/*" ] } |