Results Calc

This extension helps calculate your total and percentage.

Cos'è Results Calc?

Results Calc è un'estensione di Chrome sviluppata da Nikhil Mopidevi, e la sua funzione principale è "This extension helps calculate your total and percentage.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Results Calc

Scarica i file di estensione Results Calc 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

                        This is an exclusive extension for GRIET students.
  
So next time when checking your results you don't need a calculator.
Use the green button in the address bar to know your total and percentage.

This extension appears and works only on our results site (www.results.griet.in) and it doesn't annoy you when on other sites.

It works well for results of all branches for all years of B.Tech as well as  M.Tech, M.B.A & M.C.A.                    

Informazioni di Base sull'Estensione

Nome Results Calc Results Calc
ID dkkccfjlejpmkpomkbmgohpbcomliika
URL Ufficiale https://chromewebstore.google.com/detail/results-calc/dkkccfjlejpmkpomkbmgohpbcomliika
Descrizione This extension helps calculate your total and percentage.
Dimensione del File 600 KB
Conteggio Installazioni 39
Versione Corrente 1.4
Ultimo Aggiornamento 2015-06-09
Data di Pubblicazione 2015-06-08
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore Nikhil Mopidevi
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.facebook.com/ResultsCalc
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Results Calc",
    "description": "This extension helps calculate your total and percentage.",
    "version": "1.4",
    "permissions": [
        "http:\/\/www.results.griet.in\/*",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Results Calc",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.results.griet.in\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}