Results Calc

This extension helps calculate your total and percentage.

Results Calc란 무엇입니까?

Results Calc은(는) Nikhil Mopidevi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps calculate your total and percentage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Results Calc 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Results Calc Results Calc
ID dkkccfjlejpmkpomkbmgohpbcomliika
공식 URL https://chromewebstore.google.com/detail/results-calc/dkkccfjlejpmkpomkbmgohpbcomliika
설명 This extension helps calculate your total and percentage.
파일 크기 600 KB
설치 횟수 39
현재 버전 1.4
최근 업데이트 2015-06-09
출시 날짜 2015-06-08
평점 4.50/5 총 8 개의 평점
개발자 Nikhil Mopidevi
결제 유형 free
도움말 페이지 URL https://www.facebook.com/ResultsCalc
지원되는 언어 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"
            ]
        }
    ]
}