Refresh Mark FPT
Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED
什麼是Refresh Mark FPT?
Refresh Mark FPT是由Hoàng Văn Hiệp開發的Chrome擴展程式,該擴展的主要功能是“Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED”。
擴展截圖
下載Refresh Mark FPT擴展crx文件
下載Refresh Mark FPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An extension for FPTUers by HiepHV Just install, go to the page which not have full mark and click to the icon!
擴展基本資訊
名稱 | |
ID | moojinimmhjnejdblgppojaojejgjkcp |
官方網址 | https://chrome.google.com/webstore/detail/refresh-mark-fpt/moojinimmhjnejdblgppojaojejgjkcp |
簡介 | Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED |
檔案大小 | 322 KB |
安裝次數 | 11 |
目前版本 | 0.0.1 |
更新時間 | 2019-05-15 |
上架時間 | 2019-05-15 |
開發者 | Hoàng Văn Hiệp |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://facebook.com/hiepnb97 |
支援的語言 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/fap.fpt.edu.vn\/*" ], "run_at": "document_end", "js": [ "jquery-3.3.1.min.js", "scipt.js" ] } ], "browser_action": { "default_icon": "icon_g.png", "default_popup": "popup.html", "default_title": "Refresh Mark FPT" }, "description": "Refresh Mark FPT is the extension to refresh mark of FPT and Ping student if Subject is PASSED", "icons": { "128": "icon_g.png", "16": "icon_g.png", "48": "icon_g.png" }, "manifest_version": 2, "name": "Refresh Mark FPT", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |