JustWords for Chrome

JustWords for Chrome enables JustWords lyric projection software in your browser.

JustWords for Chrome là gì?

JustWords for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://justwords.live, và tính năng chính của nó là "JustWords for Chrome enables JustWords lyric projection software in your browser.".

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

screenshot
screenshot

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

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

                        JustWords lets churches and houses of worship display song lyrics, liturgy and scripture in a simple, uncluttered way. You must install JustWords for Chrome in order to use JustWords in your browser.

- Quickly find the songs you need with full-text search at your fingertips.
- Set up multiple display themes to customise colour, font and size.  
- Our innovative song rendering algorithm means your songs automatically reformat to fit the screen, even when you change themes midway through a presentation.

JustWords is currently under development and is pre-release software.                    

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

Tên JustWords for Chrome JustWords for Chrome
ID bncpjjjjagbmbmaefckmjecknmigphna
URL Chính Thức https://chromewebstore.google.com/detail/justwords-for-chrome/bncpjjjjagbmbmaefckmjecknmigphna
Mô tả JustWords for Chrome enables JustWords lyric projection software in your browser.
Kích Thước Tệp 63.51 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2023-07-18
Ngày Phát Hành 2020-02-28
Nhà Phát Triển https://justwords.live
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.justwords.live/
URL Trang Chính Sách Bảo Mật https://www.justwords.live/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JustWords for Chrome",
    "description": "JustWords for Chrome enables JustWords lyric projection software in your browser.",
    "version": "0.2.3",
    "permissions": [
        "fontSettings",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/api.biblegateway.com\/",
        "https:\/\/nodejs.bible.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/*.justwords.live\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/*.justwords.live\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png",
        "16": "icon16.png"
    }
}