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ファイルをダウンロード

QuranVerse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}