Numbers
It will show you a fact about a random number.
O que é Numbers?
Numbers é uma extensão do Chrome desenvolvida por Sahithyan, e sua principal característica é "It will show you a fact about a random number.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Numbers
Baixe arquivos de extensão Numbers 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
Why don't your new tab is filled with productivity? This extension will make it for you. Learn about a number in your every new tabs in Google Chrome. OR Why don't you remove the default new tab and left with a blank page?
Informações Básicas da Extensão
Nome | |
ID | pdaihfkgkfbdlcdemlggnondnhcgkfoh |
URL Oficial | https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh |
Descrição | It will show you a fact about a random number. |
Tamanho do Arquivo | 166 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.3 |
Última Atualização | 2019-08-24 |
Data de Publicação | 2019-08-24 |
Desenvolvedor | Sahithyan |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Numbers", "description": "It will show you a fact about a random number.", "author": "Sahithyan", "version": "1.3", "permissions": [ "activeTab", "storage" ], "icons": { "128": "icons\/logo.png" }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "pop.html" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |