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"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 ReadScripture Extension ReadScripture Extension
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
이메일 [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"
    }
}