BlessedNotion

BlessedNotion is nice search app

Что такое BlessedNotion?

BlessedNotion - это расширение Chrome, разработанное https://blessednotion.com, и его основная функция - "BlessedNotion is nice search app".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BlessedNotion

Скачайте файлы расширений 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
Электронная почта [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"
    }
}