Themis (Θέμις)
A very flexible, very practical generator of lists of random numbers.
O que é Themis (Θέμις)?
Themis (Θέμις) é uma extensão do Chrome desenvolvida por Gui P. N., e sua principal característica é "A very flexible, very practical generator of lists of random numbers.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Themis (Θέμις)
Baixe arquivos de extensão Themis (Θέμις) 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
Themis can generate lists of pseudorandom numbers. You can easily and quickly specify: 1. The minimum value of each number of the generated list 2. The maximum value of each number of the generated list 3. The amount of numbers to be generated 4. Whether your list includes floating point values 5. Surrounding text, to be placed to the left and right of every generated number 6. The text separating each element from its previous and next one
Informações Básicas da Extensão
Nome | Themis (Θέμις) |
ID | ockllnedlapcklcjgihfmacpjhjpnogd |
URL Oficial | https://chromewebstore.google.com/detail/themis-%CE%B8%CE%AD%CE%BC%CE%B9%CF%82/ockllnedlapcklcjgihfmacpjhjpnogd |
Descrição | A very flexible, very practical generator of lists of random numbers. |
Tamanho do Arquivo | 18.23 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.2 |
Última Atualização | 2012-09-05 |
Data de Publicação | 2012-09-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Gui P. N. |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Themis (\u0398\u03ad\u03bc\u03b9\u03c2)", "options_page": "options.htm", "version": "1.2", "manifest_version": 2, "description": "A very flexible, very practical generator of lists of random numbers.", "browser_action": { "default_icon": "icon.png", "default_title": "Themis", "default_popup": "popup.htm" } } |