black blackboard
Changing blackboard to be actually black
O que é black blackboard?
black blackboard é uma extensão do Chrome desenvolvida por zainjaffal, e sua principal característica é "Changing blackboard to be actually black".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão black blackboard
Baixe arquivos de extensão black blackboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Dark themed blackboard for The University of Manchester. The application can toggle between dark and light mode
Informações Básicas da Extensão
Nome | black blackboard |
ID | kgepackeiccmabppegicpjhbholploif |
URL Oficial | https://chromewebstore.google.com/detail/black-blackboard/kgepackeiccmabppegicpjhbholploif |
Descrição | Changing blackboard to be actually black |
Tamanho do Arquivo | 870 KB |
Contagem de Instalações | 124 |
Versão Atual | 0.2.1 |
Última Atualização | 2021-04-23 |
Data de Publicação | 2021-04-20 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | zainjaffal |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/zainja/blackblackboard |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "black blackboard", "version": "0.2.1", "description": "Changing blackboard to be actually black", "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "setTheme.js" ], "run_at": "document_start", "all_frames": true, "matches": [ "https:\/\/online.manchester.ac.uk\/*" ] } ], "permissions": [ "storage", "declarativeContent", "https:\/\/online.manchester.ac.uk\/*" ], "web_accessible_resources": [ "blake.css" ] } |