SP_Course_Review
Hỗ trợ bạn lấy link chấm bài, lấy quiz nhanh chóng. Tổ hợp phím trong hưỡng dẫn của thẻ. Xem video biết thêm chi tiết
Qu'est-ce que SP_Course_Review ?
SP_Course_Review est une extension Chrome développée par levietaqviet1, et sa fonction principale est "Hỗ trợ bạn lấy link chấm bài, lấy quiz nhanh chóng. Tổ hợp phím trong hưỡng dẫn của thẻ. Xem video biết thêm chi tiết".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SP_Course_Review
Téléchargez les fichiers d'extension SP_Course_Review au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The tool supports you in displaying a button to copy the submission link on the platform. Zalo: 0911436976
Informations de Base sur l'Extension
Nom | SP_Course_Review |
ID | ohjkhiklkcgjeiodhfhlcmhfelfibjdg |
URL Officiel | https://chromewebstore.google.com/detail/spcoursereview/ohjkhiklkcgjeiodhfhlcmhfelfibjdg |
Description | Hỗ trợ bạn lấy link chấm bài, lấy quiz nhanh chóng. Tổ hợp phím trong hưỡng dẫn của thẻ. Xem video biết thêm chi tiết |
Taille du Fichier | 194 KB |
Nombre d'Installations | 120 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2024-01-24 |
Date de Publication | 2023-09-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | levietaqviet1 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SP_Course_Review", "version": "2.4", "description": "H\u00f4\u0303 tr\u01a1\u0323 ba\u0323n l\u00e2\u0301y link ch\u00e2\u0301m ba\u0300i, l\u1ea5y quiz nhanh ch\u00f3ng. T\u00f4\u0309 h\u01a1\u0323p phi\u0301m trong h\u01b0\u1ee1ng d\u1eabn c\u1ee7a th\u1ebb. Xem video bi\u1ebft th\u00eam chi ti\u1ebft", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.coursera.org\/*" ], "css": [ "css\/custom.css" ], "js": [ "js\/getLinkCourse.js", "js\/copyText.js" ] } ], "action": { "default_popup": "html\/index.html", "default_icon": "img\/Boba Tea.png" }, "icons": { "16": "img\/Boba Tea.png", "32": "img\/Boba Tea.png", "48": "img\/Boba Tea.png", "128": "img\/Boba Tea.png" } } |