JustWords for Chrome

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

什么是JustWords for Chrome?

JustWords for Chrome是由https://justwords.live开发的Chrome扩展程序,该扩展的主要功能是“JustWords for Chrome enables JustWords lyric projection software in your browser.”。

扩展截图

screenshot
screenshot

下载JustWords for Chrome扩展crx文件

下载JustWords for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 JustWords for Chrome JustWords for Chrome
ID bncpjjjjagbmbmaefckmjecknmigphna
官方URL https://chromewebstore.google.com/detail/justwords-for-chrome/bncpjjjjagbmbmaefckmjecknmigphna
简介 JustWords for Chrome enables JustWords lyric projection software in your browser.
文件大小 63.51 KB
安装次数 43
当前版本 0.2.3
更新时间 2023-07-18
上架时间 2020-02-28
开发者 https://justwords.live
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.justwords.live/
隐私政策页面URL https://www.justwords.live/privacy
支持的语言 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"
    }
}