Iscool Plus
An improved version of http://alehlod.iscool.co.il
Cos'è Iscool Plus?
Iscool Plus è un'estensione di Chrome sviluppata da Hillai Ben-Sasson, e la sua funzione principale è "An improved version of http://alehlod.iscool.co.il".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Iscool Plus
Scarica i file di estensione Iscool Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
אם אתם לומדים בתיכון למדעים עתיד לוד אתם בטח יודעים שהאתר אייסקול (http://alehlod.iscool.co.il) לא נוח לתפעול. התוסף הזה מיועד לשנות את זה! אחרי שתגדירו פעם אחת את הכיתה שלכם (ואם אתם לא חמשושים אז גם את המגמות שלכם): - כשתיכנסו לאתר תוכלו ישר לראות את לוח השינויים של הכיתה שלכם, בלי ללחוץ על כפתורים מיותרים! - לוח המבחנים יראה רק את המבחנים שרלוונטיים אליכם! - השינויים ייראו כמו במסך בביה"ס, וגם שם יהיו רק השינויים הרלוונטיים! - תורידו את זה כבר אלוהים ישמור למה אתם מחכים!!!! התוסף פותח ע"י הילאי בן-ששון ואין לו קשר לאתר אייסקול עצמו. כל הזכויות על התוסף שמורות להילאי בן-ששון. שאלות, טענות, הצעות, מכתבי אהבה ומכתבי נאצה אפשר לשלוח ל[email protected] מילות מפתח: עלה על"ה עתיד מדעים לוד אייסקול פלוס אייסקול+ iscool ischool iscool+ ischool+ alehlod aleh lod atid
Informazioni di Base sull'Estensione
Nome | |
ID | ndejbfeoodbdfohpjjaabekibphpkcfm |
URL Ufficiale | https://chromewebstore.google.com/detail/iscool-plus/ndejbfeoodbdfohpjjaabekibphpkcfm |
Descrizione | An improved version of http://alehlod.iscool.co.il |
Dimensione del File | 43.33 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2015-08-21 |
Data di Pubblicazione | 2015-08-21 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Hillai Ben-Sasson |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |