CourseraBrowse
Browse Coursera course offerings and information through a popup Chrome extension. No need to leave your current page!
CourseraBrowse là gì?
CourseraBrowse là một tiện ích mở rộng Chrome được phát triển bởi nathandhernandez, và tính năng chính của nó là "Browse Coursera course offerings and information through a popup Chrome extension. No need to leave your current page!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CourseraBrowse
Tải xuống các tệp mở rộng CourseraBrowse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | npcmfobkdnjngccjfejopolmlapblfem |
URL Chính Thức | https://chrome.google.com/webstore/detail/npcmfobkdnjngccjfejopolmlapblfem |
Mô tả | Browse Coursera course offerings and information through a popup Chrome extension. No need to leave your current page! |
Kích Thước Tệp | 5.62 MB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2016-02-11 |
Ngày Phát Hành | 2016-02-11 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | nathandhernandez |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nathandh/coursera-browse |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |