ReadScripture Extension
This extension will present bible scripture when opening a new tab
ReadScripture Extensionとは何ですか?
ReadScripture ExtensionはRossJによって開発されたChromeの拡張機能で、その主な機能は「This extension will present bible scripture when opening a new tab」です。
拡張機能のスクリーンショット
ReadScripture Extension拡張機能のCRXファイルをダウンロード
ReadScripture Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | egpfjfjlnhjkejlpjjkohfchlcphfked |
公式URL | https://chrome.google.com/webstore/detail/readscripture-extension/egpfjfjlnhjkejlpjjkohfchlcphfked |
説明 | This extension will present bible scripture when opening a new tab |
ファイルサイズ | 31.26 KB |
インストール数 | 346 |
現在のバージョン | 3.1.6 |
最終更新日 | 2018-12-06 |
公開日 | 2018-12-06 |
評価 | 4.22/5 合計 9 レビュー |
開発者 | RossJ |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReadScripture Extension", "short_name": "ReadScripture Extension", "description": "This extension will present bible scripture when opening a new tab", "version": "3.1.6", "background": [], "chrome_url_overrides": { "newtab": ".\/static\/index.html" }, "permissions": [ "activeTab", "https:\/\/readscripture-api.herokuapp.com\/*" ], "icons": { "16": ".\/static\/img\/chrome-icon-16.png", "48": ".\/static\/img\/chrome-icon-48.png", "128": ".\/static\/img\/chrome-icon-128.png" } } |