BlessedNotion

BlessedNotion is nice search app

ما هو BlessedNotion؟

BlessedNotion هو إضافة Chrome تم تطويرها بواسطة https://blessednotion.com، والميزة الرئيسية لها هي "BlessedNotion is nice search app".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BlessedNotion

قم بتنزيل ملفات الامتداد BlessedNotion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}