GRADUATE PLAN

Graduate Plan is an extension helps students building the graduate plan in simple steps.

GRADUATE PLANคืออะไร?

GRADUATE PLAN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mohsowa และคุณลักษณะหลักของมันคือ "Graduate Plan is an extension helps students building the graduate plan in simple steps."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The graduate plan is an extension that helps students building the graduate plan in simple steps.

Students will be able to:
 1- Add/ Delete courses.
 2- Add/ Delete semester. 
 3- Insert selected course into a specific semester.
 4- Edit the color mode of the template.  
 6- Add major's Image.
 5- Reset all data.
-- 
The student will be able to see this information during work:
1- Total number of semesters.
2- Total number of courses.
3- Total major credit. 
4- Total number of courses inserted into semesters. 
5- Total major credit inserted into semesters.
 --  
V 2.0 update:
1- Calculate GPA 4 / 5  System.
2- Enable students to Edit specific Courses.
3- Add status for a semester.
--
V 2.1 update:
1- Fixed errors.
--
V 2.2 update:
1- Fixed errors.
2- Add Course Status.
3- Add (Junior-Senior) to Pre Request.
4- Sort course table by course ID.
--
V 2.3 update:
1- Fixed errors.
2- Export / Import Data.
3- Reorganize the course's table.
--
V 2.4 update:
1- Fixed errors.
--
V 2.5 update:
1- Fixed errors.

Note: 
* All data are saved in locale Storage.
* New tab page of the browser will be open.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GRADUATE PLAN GRADUATE PLAN
ID immeeicepbhkfckjkfbfdbeaglnaeajo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/graduate-plan/immeeicepbhkfckjkfbfdbeaglnaeajo
คำอธิบาย Graduate Plan is an extension helps students building the graduate plan in simple steps.
ขนาดไฟล์ 17.22 KB
จำนวนการติดตั้ง 147
เวอร์ชันปัจจุบัน 2.5
อัปเดตครั้งล่าสุด 2021-06-11
วันที่เผยแพร่ 2021-05-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา mohsowa
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GRADUATE PLAN",
    "short_name": "GRADUATE PLAN",
    "version": "2.5",
    "description": "Graduate Plan is an extension helps students building the graduate plan in simple steps.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "GRADUATE PLAN"
    },
    "background": {
        "pages": [
            "index.html"
        ],
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js  'unsafe-inline'"
}