JustWords for Chrome

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

Co je JustWords for Chrome?

JustWords for Chrome je rozšíření Chrome vyvinuté https://justwords.live, a jeho hlavní funkcí je „JustWords for Chrome enables JustWords lyric projection software in your browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření JustWords for Chrome

Stáhněte si soubory rozšíření JustWords for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název JustWords for Chrome JustWords for Chrome
ID bncpjjjjagbmbmaefckmjecknmigphna
Oficiální URL https://chromewebstore.google.com/detail/justwords-for-chrome/bncpjjjjagbmbmaefckmjecknmigphna
Popis JustWords for Chrome enables JustWords lyric projection software in your browser.
Velikost souboru 63.51 KB
Počet instalací 43
Aktuální Verze 0.2.3
Poslední Aktualizace 2023-07-18
Datum Vydání 2020-02-28
Vývojář https://justwords.live
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.justwords.live/
URL Stránky Zásad Ochrany Soukromí https://www.justwords.live/privacy
Podporované Jazyky 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"
    }
}