BlessedNotion

BlessedNotion is nice search app

BlessedNotion란 무엇입니까?

BlessedNotion은(는) https://blessednotion.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BlessedNotion is nice search app"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        BlessedNotion is the #1 site and product for Christians!

It features a Christian Blog updated daily with the latest news, opinions, thoughts, insights and voices about Christianity and what we face in today's world.  BlessedNotion also offers news from around the world.                    

확장 프로그램 기본 정보

이름 BlessedNotion BlessedNotion
ID lnhocpligafaedgidjohnbnfgbgcdpnp
공식 URL https://chromewebstore.google.com/detail/blessednotion/lnhocpligafaedgidjohnbnfgbgcdpnp
설명 BlessedNotion is nice search app
파일 크기 56.66 KB
설치 횟수 16
현재 버전 0.1.2
최근 업데이트 2016-05-31
출시 날짜 2016-05-31
개발자 https://blessednotion.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://blessednotion.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlessedNotion",
    "description": "BlessedNotion is nice search app",
    "version": "0.1.2",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "http:\/\/*.blessednotion.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "popup.html",
        "default_title": "BlessedNotion"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.blessednotion.com\/*"
            ],
            "css": [
                "css\/main.min.css"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/main.min.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "mypage.html"
    }
}