BPHC Library Paper Tracker
Track your progress for solving papers on BPHC DSpace Library.
什么是BPHC Library Paper Tracker?
BPHC Library Paper Tracker是由Akshat开发的Chrome扩展程序,该扩展的主要功能是“Track your progress for solving papers on BPHC DSpace Library.”。
扩展截图
下载BPHC Library Paper Tracker扩展crx文件
下载BPHC Library Paper Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the extension to make your BPHC Digital Library navigation easier. Ever clicked on a paper and came back on the list when you forget which one you solved again? Just mark the paper as "Solved", "To Solve" or "Solving" and catch up on them anytime! View the date when you last solved the paper and review faster. Install and enjoy a smooth preparation for exams!
扩展基本信息
名称 | BPHC Library Paper Tracker |
ID | kmlbopjgdglhfpodfaphonlmojndkbon |
官方URL | https://chromewebstore.google.com/detail/bphc-library-paper-tracke/kmlbopjgdglhfpodfaphonlmojndkbon |
简介 | Track your progress for solving papers on BPHC DSpace Library. |
文件大小 | 89.82 KB |
安装次数 | 82 |
当前版本 | 0.0.1 |
更新时间 | 2022-06-27 |
上架时间 | 2022-06-27 |
评分 | 5.00/5 共4次评分 |
开发者 | Akshat |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://akshat-oke.github.io/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BPHC Library Paper Tracker", "description": "Track your progress for solving papers on BPHC DSpace Library.", "version": "0.0.1", "manifest_version": 3, "icons": { "128": "logo.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/125.22.54.221:8080\/jspui\/handle\/*" ], "run_at": "document_end", "js": [ "content.js" ], "css": [ "content.css" ] } ], "action": { "default_popup": "popup\/popup.html" } } |