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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |