JustWords for Chrome

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

JustWords for Chrome क्या है?

JustWords for Chrome https://justwords.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JustWords for Chrome enables JustWords lyric projection software in your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JustWords for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}