UGify
הצגה נקיה של גיליון הציונים הטכניוני
UGifyคืออะไร?
UGify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย אלעזר และคุณลักษณะหลักของมันคือ "הצגה נקיה של גיליון הציונים הטכניוני"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UGify
ดาวน์โหลดไฟล์ส่วนขยาย UGify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
כשנכנסים לגיליון הציונים, הציונים יוצגו באופן קריא מאפשר העתקה של גיליון הציונים אל גיליון אקסל
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UGify |
ID | bgdphblhdngheddjhkiojiilhaadoedo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ugify/bgdphblhdngheddjhkiojiilhaadoedo |
คำอธิบาย | הצגה נקיה של גיליון הציונים הטכניוני |
ขนาดไฟล์ | 63.45 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2016-06-16 |
วันที่เผยแพร่ | 2016-06-16 |
ผู้พัฒนา | אלעזר |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UGify", "short_name": "UGify", "description": "\u05d4\u05e6\u05d2\u05d4 \u05e0\u05e7\u05d9\u05d4 \u05e9\u05dc \u05d2\u05d9\u05dc\u05d9\u05d5\u05df \u05d4\u05e6\u05d9\u05d5\u05e0\u05d9\u05dd \u05d4\u05d8\u05db\u05e0\u05d9\u05d5\u05e0\u05d9", "version": "0.2.0", "minimum_chrome_version": "50", "icons": { "128": "icon.png" }, "permissions": [ "http:\/\/techmvs.technion.ac.il\/", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ], "persistent": true, "matches": [ "http:\/\/techmvs.technion.ac.il\/cics\/wmn\/wmngrad*" ] }, "content_scripts": [ { "matches": [ "http:\/\/techmvs.technion.ac.il\/cics\/wmn\/wmngrad*" ], "all_frames": true, "css": [ "bootstrap.min.css", "ug.css" ], "js": [ "jquery-2.2.3.min.js", "bootstrap.min.js", "main.js" ] } ], "web_accessible_resources": [ "ug.html", "form.html", "nonEligible.html" ] } |