CourseraBrowse

Browse Coursera course offerings and information through a popup Chrome extension. No need to leave your current page!

CourseraBrowse란 무엇입니까?

CourseraBrowse은(는) nathandhernandez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse Coursera course offerings and information through a popup Chrome extension. No need to leave your current page!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A Chrome extension that allows browsing of Coursera (see: https://www.coursera.org/) course offerings and information in a same-window side popup. 

Basically, you won't have to leave the current page you are browsing, or open a new tab or window, just to see what Coursera has to offer!

Note: This extension should be considered beta software, and may lack desired features or not always present data perfectly.

Disclaimer: This application is a 3rd party utilization of Coursera data, and is NOT officially affiliated with Coursera. As such, the extension (or parts of it) can break and stop working without any advance notice if Coursera changes something substantial.

=====Update History=====
version 0.1.0 - Initial
version 0.2.0 - Updated to conform to Coursera newest API, Bug Fixes, introduced pagination
version 0.2.1 - Fixed INSTALL/UPDATE issue with clearing local storage to prevent potential extension load errors/problems
version 0.2.2 - Fixed domain loading issue when no domains were returned from background worker app. Included basic date/time conversion for course start time. Other bug fixes throughout!                    

확장 프로그램 기본 정보

이름 CourseraBrowse CourseraBrowse
ID npcmfobkdnjngccjfejopolmlapblfem
공식 URL https://chrome.google.com/webstore/detail/npcmfobkdnjngccjfejopolmlapblfem
설명 Browse Coursera course offerings and information through a popup Chrome extension. No need to leave your current page!
파일 크기 5.62 MB
설치 횟수 90
현재 버전 0.2.2
최근 업데이트 2016-02-11
출시 날짜 2016-02-11
평점 3.00/5 총 1 개의 평점
개발자 nathandhernandez
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nathandh/coursera-browse
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CourseraBrowse",
    "description": "Browse Coursera course offerings and information through a popup Chrome extension. No need to leave your current page!",
    "version": "0.2.2",
    "background": {
        "scripts": [
            "js\/jquery-2.1.0.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/courseraBrowse-logo_16.png",
        "48": "img\/courseraBrowse-logo_48.png",
        "128": "img\/courseraBrowse-logo_128.png"
    },
    "browser_action": {
        "default_icon": "img\/courseraBrowse-logo_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*.coursera.org\/\/*",
        "https:\/\/*.coursera.org\/\/*",
        "contextMenus",
        "storage"
    ]
}