UGify

הצגה נקיה של גיליון הציונים הטכניוני

What is UGify?

UGify is a Chrome extension developed by אלעזר, and its main feature is "הצגה נקיה של גיליון הציונים הטכניוני".

Extension Screenshots

screenshot
screenshot

Download UGify Extension CRX File

Download UGify 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

                        כשנכנסים לגיליון הציונים, הציונים יוצגו באופן קריא

מאפשר העתקה של גיליון הציונים אל גיליון אקסל                    

Extension Basic Information

Name UGify UGify
ID bgdphblhdngheddjhkiojiilhaadoedo
Official URL https://chromewebstore.google.com/detail/ugify/bgdphblhdngheddjhkiojiilhaadoedo
Description הצגה נקיה של גיליון הציונים הטכניוני
File Size 63.45 KB
Installation Count 42
Current Version 0.2.0
Last Updated 2016-06-16
Publish Date 2016-06-16
Developer אלעזר
Payment Type free
Supported Languages 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"
    ]
}