StudyMate
Base Level Extension
Cos'è StudyMate?
StudyMate è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Base Level Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StudyMate
Scarica i file di estensione StudyMate 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
StudyMate is an all-in-one assistant to help you focus and get things done. You can set an timer, make a to-do list for your assignments and play some chill music while you study.
Informazioni di Base sull'Estensione
Nome | StudyMate |
ID | miigginhjifopmloihnddkfagcncfmmg |
URL Ufficiale | https://chromewebstore.google.com/detail/studymate/miigginhjifopmloihnddkfagcncfmmg |
Descrizione | Base Level Extension |
Dimensione del File | 7.07 MB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-12-28 |
Data di Pubblicazione | 2019-12-28 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StudyMate", "description": "Base Level Extension", "version": "1.2", "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js", "popup.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |