World Religion
World Religion
O que é World Religion?
World Religion é uma extensão do Chrome desenvolvida por pinku.glu, e sua principal característica é "World Religion".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão World Religion
Baixe arquivos de extensão World Religion 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
There are some 4,300 religions of the world. This is according to Adherents, an independent, non-religiously affiliated organisation that monitors the number and size of the world's religions. Side-stepping the issue of what constitutes a religion, Adherents divides religions into churches, denominations, congregations, religious bodies, faith groups, tribes, cultures, and movements. All are of varying size and influence. Nearly 75 per cent of the world's population practices one of the five most influential religions of the world: Buddhism, Christianity, Hinduism, Islam, and Judaism. Christianity and Islam are the two religions most widely spread across the world. These two religions together cover the religious affiliation of more than half of the world's population. If all non-religious people formed a single religion, it would be the world's third largest. One of the most widely-held myths among those in English-speaking countries is that Islamic believers are Arabs. In fact, most Islamic people do not live in the Arabic nations of the Middle East.
Informações Básicas da Extensão
Nome | |
ID | lbmannjjfeghnleaoomifkefdnanaehh |
URL Oficial | https://chrome.google.com/webstore/detail/world-religion/lbmannjjfeghnleaoomifkefdnanaehh |
Descrição | World Religion |
Tamanho do Arquivo | 10.91 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.0 |
Última Atualização | 2018-04-21 |
Data de Publicação | 2018-04-21 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | pinku.glu |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Religion", "description": "World Religion", "author": "Siih Ninn", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "wr.js" ] }, "icons": { "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "128": "images\/icon128.png" }, "default_title": "World Religion" } } |