JustWords for Chrome

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

Τι είναι το JustWords for Chrome;

Το JustWords for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://justwords.live, και η κύρια λειτουργία του είναι "JustWords for Chrome enables JustWords lyric projection software in your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης JustWords for Chrome

Λήψη αρχείων επέκτασης 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"
    }
}