BlessedNotion

BlessedNotion is nice search app

BlessedNotionとは何ですか?

BlessedNotionはhttps://blessednotion.comによって開発されたChromeの拡張機能で、その主な機能は「BlessedNotion is nice search app」です。

拡張機能のスクリーンショット

screenshot

BlessedNotion拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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