Roll20 Made Easlier
(Indev) General tools for roll 20, in one browser plugin.
O que é Roll20 Made Easlier?
Roll20 Made Easlier é uma extensão do Chrome desenvolvida por Cyane, e sua principal característica é "(Indev) General tools for roll 20, in one browser plugin.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Roll20 Made Easlier
Baixe arquivos de extensão Roll20 Made Easlier 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
(Indev) General tools for roll 20, in one browser plugin. - Currently includes - Real-Time Turn Timer: A timer which counts how long the current turn has taken so far in real-time, displayed in the 'Turn Order' window. - Planned future features - Round number and in-game timer. E.g. "Round: 7 (1m 06s)": Round counter with in-game (not real-time) timer, displayed in the 'Turn Order' window. Timer increments in intervals of 6 seconds for each round completed, to track in-game time.
Informações Básicas da Extensão
Nome | Roll20 Made Easlier |
ID | kmgfdkffnlbkfjdfcbfajlknhakecnga |
URL Oficial | https://chromewebstore.google.com/detail/roll20-made-easlier/kmgfdkffnlbkfjdfcbfajlknhakecnga |
Descrição | (Indev) General tools for roll 20, in one browser plugin. |
Tamanho do Arquivo | 38.38 KB |
Contagem de Instalações | 114 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-04-19 |
Data de Publicação | 2022-04-18 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Cyane |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/cyane-github/roll20-made-easlier |
URL da Página de Ajuda | https://github.com/cyane-github/roll20-made-easlier |
URL da Página de Política de Privacidade | https://github.com/cyane-github/roll20-made-easlier/blob/main/privacy-policy/README.md |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roll20 Made Easlier", "description": "(Indev) General tools for roll 20, in one browser plugin.", "version": "1.0.0", "manifest_version": 3, "host_permissions": [ "*:\/\/app.roll20.net\/editor\/" ], "icons": { "16": "\/icons\/easlier16.png", "32": "\/icons\/easlier32.png", "48": "\/icons\/easlier48.png", "128": "\/icons\/easlier128.png" }, "action": { "default_icon": { "16": "\/icons\/easlier16.png", "32": "\/icons\/easlier32.png", "48": "\/icons\/easlier48.png", "128": "\/icons\/easlier128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/app.roll20.net\/editor\/" ], "js": [ "src\/turn-timer\/index.js" ] } ] } |