Iscool Plus
An improved version of http://alehlod.iscool.co.il
Wat is Iscool Plus?
Iscool Plus is een Chrome-extensie ontwikkeld door Hillai Ben-Sasson, en de belangrijkste functie is "An improved version of http://alehlod.iscool.co.il".
Extensie Screenshots
Download het CRX-bestand van de extensie Iscool Plus
Download Iscool Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
אם אתם לומדים בתיכון למדעים עתיד לוד אתם בטח יודעים שהאתר אייסקול (http://alehlod.iscool.co.il) לא נוח לתפעול. התוסף הזה מיועד לשנות את זה! אחרי שתגדירו פעם אחת את הכיתה שלכם (ואם אתם לא חמשושים אז גם את המגמות שלכם): - כשתיכנסו לאתר תוכלו ישר לראות את לוח השינויים של הכיתה שלכם, בלי ללחוץ על כפתורים מיותרים! - לוח המבחנים יראה רק את המבחנים שרלוונטיים אליכם! - השינויים ייראו כמו במסך בביה"ס, וגם שם יהיו רק השינויים הרלוונטיים! - תורידו את זה כבר אלוהים ישמור למה אתם מחכים!!!! התוסף פותח ע"י הילאי בן-ששון ואין לו קשר לאתר אייסקול עצמו. כל הזכויות על התוסף שמורות להילאי בן-ששון. שאלות, טענות, הצעות, מכתבי אהבה ומכתבי נאצה אפשר לשלוח ל[email protected] מילות מפתח: עלה על"ה עתיד מדעים לוד אייסקול פלוס אייסקול+ iscool ischool iscool+ ischool+ alehlod aleh lod atid
Basisinformatie over de Extensie
Naam | |
ID | ndejbfeoodbdfohpjjaabekibphpkcfm |
Officiële URL | https://chromewebstore.google.com/detail/iscool-plus/ndejbfeoodbdfohpjjaabekibphpkcfm |
Beschrijving | An improved version of http://alehlod.iscool.co.il |
Bestandsgrootte | 43.33 KB |
Aantal Installaties | 67 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2015-08-21 |
Publicatiedatum | 2015-08-21 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Hillai Ben-Sasson |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |