BlessedNotion

BlessedNotion is nice search app

BlessedNotion là gì?

BlessedNotion là một tiện ích mở rộng Chrome được phát triển bởi https://blessednotion.com, và tính năng chính của nó là "BlessedNotion is nice search app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlessedNotion

Tải xuống các tệp mở rộng BlessedNotion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BlessedNotion BlessedNotion
ID lnhocpligafaedgidjohnbnfgbgcdpnp
URL Chính Thức https://chromewebstore.google.com/detail/blessednotion/lnhocpligafaedgidjohnbnfgbgcdpnp
Mô tả BlessedNotion is nice search app
Kích Thước Tệp 56.66 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2016-05-31
Ngày Phát Hành 2016-05-31
Nhà Phát Triển https://blessednotion.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://blessednotion.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}