QuranVerse

QuranVerse is a chrome extension that displays a random verse when you open a new tab.

QuranVerse란 무엇입니까?

QuranVerse은(는) ninefourteen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "QuranVerse is a chrome extension that displays a random verse when you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

QuranVerse 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        QuranVerse is a chrome extension that displays a random verse when you open a new tab. A simple way to read, listen and study the Holy Quran. 

Hotkeys:

- RIGHT ARROW : next verse.
- LEFT ARROW : previous verse.
- UP ARROW : next surah.
- DOWN ARROW : previous surah.
- SPACEBAR : random verse.
- C : copy verse to clipboard.
- P : play/pause audio.                    

확장 프로그램 기본 정보

이름 QuranVerse QuranVerse
ID chfihpleinkadpemgfipejlehogogkkp
공식 URL https://chrome.google.com/webstore/detail/quranverse/chfihpleinkadpemgfipejlehogogkkp
설명 QuranVerse is a chrome extension that displays a random verse when you open a new tab.
파일 크기 7.04 MB
설치 횟수 181
현재 버전 0.9.4
최근 업데이트 2018-06-05
출시 날짜 2018-06-05
평점 5.00/5 총 7 개의 평점
개발자 ninefourteen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://bit.ly/2Ld6bgf
도움말 페이지 URL http://bit.ly/2Ld6bgf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuranVerse",
    "description": "QuranVerse is a chrome extension that displays a random verse when you open a new tab.",
    "version": "0.9.4",
    "manifest_version": 2,
    "icons": {
        "24": "icons\/icon_24.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "QuranVerse"
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    },
    "permissions": [
        "activeTab"
    ]
}