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 |
| 公式URL | 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"
}
]
} | |