PCMS Timer Enhancer

Timer enhancer for PCMS Web Client

What is PCMS Timer Enhancer?

PCMS Timer Enhancer is a Chrome extension developed by yakovlev.ilya.v, and its main feature is "Timer enhancer for PCMS Web Client".

Extension Screenshots

screenshot

Download PCMS Timer Enhancer Extension CRX File

Download PCMS Timer Enhancer 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

                        Это расширение разработано специально для PCMS Web Client. Оно позволяет узнать оставшееся время контеста/лабораторной, не прибегая к сложнейшим вычислениям в уме/на калькуляторе.

Использование:
Нужно просто установить расширение. Чтобы приостановить работу, достаточно нажать на значок расширения в верхней панели браузера.                    

Extension Basic Information

Name PCMS Timer Enhancer PCMS Timer Enhancer
ID gcaadmdchieokgmojhdaflfeecbmoamj
Official URL https://chromewebstore.google.com/detail/pcms-timer-enhancer/gcaadmdchieokgmojhdaflfeecbmoamj
Description Timer enhancer for PCMS Web Client
File Size 6.17 KB
Installation Count 48
Current Version 0.0.5
Last Updated 2021-12-25
Publish Date 2018-05-15
Rating 5.00/5 Total 1 Ratings
Developer yakovlev.ilya.v
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PCMS Timer Enhancer",
    "version": "0.0.5",
    "description": "Timer enhancer for PCMS Web Client",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "*:\/\/*.neerc.ifmo.ru\/pcms2client\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.neerc.ifmo.ru\/pcms2client\/*"
            ],
            "js": [
                "scripts\/script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "favicon_off.png",
        "name": "Click to change the icon's color"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    }
}