Verse of the Day

This extension shows the VOTD from BibleGateway.com

Verse of the Day là gì?

Verse of the Day là một tiện ích mở rộng Chrome được phát triển bởi marlonn.funtanilla, và tính năng chính của nó là "This extension shows the VOTD from BibleGateway.com".

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

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

                                            

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

Tên Verse of the Day Verse of the Day
ID fplojlkfdpaonhfpddldfhdkkgaeijeo
URL Chính Thức https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo
Mô tả This extension shows the VOTD from BibleGateway.com
Kích Thước Tệp 9.15 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-08-05
Ngày Phát Hành 2016-08-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển marlonn.funtanilla
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verse of the Day",
    "description": "This extension shows the VOTD from BibleGateway.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}