Access++
Adds 5 tools to Iowa State’s Access Plus: Meal counter, Schedule while registering, Rate My Professor, export classes, export emails
什麼是Access++?
Access++是由A++開發的Chrome擴展程式,該擴展的主要功能是“Adds 5 tools to Iowa State’s Access Plus: Meal counter, Schedule while registering, Rate My Professor, export classes, export emails”。
擴展截圖
下載Access++擴展crx文件
下載Access++擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Access Plus Plus is A suite of improvements to Iowa State's Access Plus.
This extension adds four major pieces of functionality:
•Rate My Professor integration on the schedule page.
•See your schedule update in real-time on the registration page as you add and remove classes
•Track how many meals you are above or below budget on a daily, weekly, or monthly basis
•Export your calendar to .ics (compatible with Google Calendar, Outlook, iCal, and most calendar application) with just one click.                     擴展基本資訊
| 名稱 |   |  
| ID | cdchknkpbdccmalfabhdjjkckajhbdif | 
| 官方網址 | https://chromewebstore.google.com/detail/access++/cdchknkpbdccmalfabhdjjkckajhbdif | 
| 簡介 | Adds 5 tools to Iowa State’s Access Plus: Meal counter, Schedule while registering, Rate My Professor, export classes, export emails | 
| 檔案大小 | 231 KB | 
| 安裝次數 | 32 | 
| 目前版本 | 2.0.0.0 | 
| 更新時間 | 2016-02-20 | 
| 上架時間 | 2016-02-20 | 
| 評分 | 5.00/5 共 6 次評分 | 
| 開發者 | A++ | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Access++",
    "description": "Adds 5 tools to Iowa State\u2019s Access Plus: Meal counter, Schedule while registering, Rate My Professor, export classes, export emails",
    "version": "2.0.0.0",
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "notifications",
        "https:\/\/accessplus.iastate.edu\/*",
        "webNavigation"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/accessplus.iastate.edu\/*"
            ],
            "js": [
                "jquery.min.js",
                "ClassScheduleFunctions\/dependencies.js",
                "ClassScheduleFunctions\/classSchedFunc.js"
            ]
        },
        {
            "matches": [
                "https:\/\/accessplus.iastate.edu\/servlet\/adp.A_Plus"
            ],
            "js": [
                "jquery.min.js",
                "ClassScheduleFunctions\/dependencies.js",
                "MealCounter\/meals.js",
                "emailExport.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/accessplus.iastate.edu\/RH05\/*"
            ],
            "js": [
                "jquery.min.js",
                "emailExport.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/accessplus.iastate.edu\/*"
            ],
            "js": [
                "jquery.min.js",
                "Registration\/registration.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |