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
Cos'è SP_Course_Review?
SP_Course_Review è un'estensione di Chrome sviluppata da levietaqviet1, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SP_Course_Review
Scarica i file di estensione SP_Course_Review in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The tool supports you in displaying a button to copy the submission link on the platform. Zalo: 0911436976
Informazioni di Base sull'Estensione
Nome | SP_Course_Review |
ID | ohjkhiklkcgjeiodhfhlcmhfelfibjdg |
URL Ufficiale | https://chromewebstore.google.com/detail/spcoursereview/ohjkhiklkcgjeiodhfhlcmhfelfibjdg |
Descrizione | 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 |
Dimensione del File | 194 KB |
Conteggio Installazioni | 120 |
Versione Corrente | 2.4 |
Ultimo Aggiornamento | 2024-01-24 |
Data di Pubblicazione | 2023-09-20 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | levietaqviet1 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |