Results Calc

This extension helps calculate your total and percentage.

Results Calcคืออะไร?

Results Calc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikhil Mopidevi และคุณลักษณะหลักของมันคือ "This extension helps calculate your total and percentage."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Results Calc

ดาวน์โหลดไฟล์ส่วนขยาย Results Calc ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}