Glorify

Love God, love people

Glorify là gì?

Glorify là một tiện ích mở rộng Chrome được phát triển bởi Winggo Tse, và tính năng chính của nó là "Love God, love people".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Glorify 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

                        This is a Chrome extension created with the purpose of sharing the radical love of Jesus with verses from the Bible. I personally believe that there is so much inaction in the world, and I want to build something that is able to drive people to do more and love more. I wish to encourage others to explore more of what the world has to offer and showcase a different perspective of viewing the world through imagery and photography. A bible verse with a visually inspiring background photo is displayed when users open a new tab in Chrome with the extension enabled.

"If God is for us, who can be against us?" - Romans 8:31                    

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

Tên Glorify Glorify
ID cgfkjilppdjifdiabiogenbncidmpkkd
URL Chính Thức https://chromewebstore.google.com/detail/glorify/cgfkjilppdjifdiabiogenbncidmpkkd
Mô tả Love God, love people
Kích Thước Tệp 217 KB
Số Lần Cài Đặt 249
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2019-01-16
Ngày Phát Hành 2019-01-15
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Winggo Tse
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://winggo.us
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Glorify",
    "name": "Glorify",
    "description": "Love God, love people",
    "manifest_version": 2,
    "version": "1.4",
    "browser_action": {
        "default_title": "Glorify",
        "default_icon": "favicon-32x32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}