Simple PCR
A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.
Simple PCR là gì?
Simple PCR là một tiện ích mở rộng Chrome được phát triển bởi Manan Shah, và tính năng chính của nó là "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.".
Ả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 Simple PCR
Tải xuống các tệp mở rộng Simple PCR 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
This chrome extension is a temporary fix to the recent (4/24/2015) change in Harker's PCR system. Note that the extension doesn't work on month view.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple PCR |
ID | gnjdgmejpiccjckfhaejdljmpanhbohe |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-pcr/gnjdgmejpiccjckfhaejdljmpanhbohe |
Mô tả | A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week. |
Kích Thước Tệp | 40.79 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2015-04-27 |
Ngày Phát Hành | 2015-04-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Manan Shah |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple PCR", "version": "1.1.0", "manifest_version": 2, "description": "A chrome extension that reverts PCR to its original state, where assignments do not show up repeatedly throughout the week.", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js", "thirdparty\/jquery-2.1.3.min.js" ] }, "content_scripts": [ { "js": [ "thirdparty\/jquery-2.1.3.min.js", "scripts\/inject.js" ], "matches": [ "*:\/\/webappsca.pcrsoft.com\/Clue\/*" ] } ] } |