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
官方網址 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"
    }
}