World Religion
World Religion
World Religion란 무엇입니까?
World Religion은(는) pinku.glu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "World Religion"입니다.
확장 프로그램 스크린샷
World Religion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | lbmannjjfeghnleaoomifkefdnanaehh |
공식 URL | https://chrome.google.com/webstore/detail/world-religion/lbmannjjfeghnleaoomifkefdnanaehh |
설명 | World Religion |
파일 크기 | 10.91 KB |
설치 횟수 | 13 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-04-21 |
출시 날짜 | 2018-04-21 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | pinku.glu |
결제 유형 | free |
지원되는 언어 | 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" } } |