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ファイルをダウンロード
Iscool Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
אם אתם לומדים בתיכון למדעים עתיד לוד אתם בטח יודעים שהאתר אייסקול (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\/*" ] } |