churchofjesuschrist.orgのふりがな表示

churchofjesuschrist.orgのふりがな表示のON/OFFを切り替えます

What is churchofjesuschrist.orgのふりがな表示?

churchofjesuschrist.orgのふりがな表示 is a Chrome extension developed by ふにゃら, and its main feature is "churchofjesuschrist.orgのふりがな表示のON/OFFを切り替えます".

Extension Screenshots

screenshot

Download churchofjesuschrist.orgのふりがな表示 Extension CRX File

Download churchofjesuschrist.orgのふりがな表示 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        <概要>
末日聖徒イエス・キリスト教会のページ(https://churchofjesuschrist.org/)の聖典等は、日本語がふりがな付きで表示されますが、コピー&ペーストのときにふりがなや①等のリファレンス記号も一緒にコピーされてしまい、不便です。
この拡張機能を使うとふりがなや①等の表示を消すことができます。コピー&ペーストのときもふりがながコピーされないため、便利です。
<使い方>
・末日聖徒イエス・キリスト教会のページ(https://churchofjesuschrist.org/)で聖典が表示されている状態で、拡張機能「churchofjesuschrist.orgのふりがな表示」のボタンを押すと、ふりがなが消えます。
・ふりがなを消している状態では、ボタンの色がオレンジになり、ボタンの名前が「churchofjesuschrist.orgのふりがな表示:OFF」に変わります。このボタンをもう一度押すと、画面がリロードされて元のふりがな付きの画面に戻ります。

<注意>
この拡張機能は私が個人的に勝手に作成したものです。この内容について、末日聖徒イエス・キリスト教会本部への問い合わせはご遠慮ください。
何かありましたら、Chrome Webストアのレビュー欄にコメントください。

<履歴>
v0.1  2012年に初版を公開しましたが、その後、googleの拡張機能のガイドラインが変更されたときに、それに追従して機能を修正する必要があったのにそれを怠っていたため、自動的に公開停止になってしまっていました。
v0.2 機能修正して、再度公開しました。
v0.3 教会のページのURLがwww.lds.orgからchurchofjesuschrist.orgに変更になったことで、正常動作しなくなっていました。churchofjesuschrist.orgで正常動作するように修正しました。

<Note>
This tool is Japanese only. This tool eliminates furigana from Japanese contents in https://churchofjesuschrist.org/                    

Extension Basic Information

Name churchofjesuschrist.orgのふりがな表示 churchofjesuschrist.orgのふりがな表示
ID dkeebgadclldhmoppebdgdffmiacpapi
Official URL https://chromewebstore.google.com/detail/churchofjesuschristorg%E3%81%AE%E3%81%B5%E3%82%8A/dkeebgadclldhmoppebdgdffmiacpapi
Description churchofjesuschrist.orgのふりがな表示のON/OFFを切り替えます
File Size 8.08 KB
Installation Count 234
Current Version 0.3
Last Updated 2019-09-29
Publish Date 2019-09-29
Rating 4.50/5 Total 2 Ratings
Developer ふにゃら
Payment Type free
Extension Website http://chap.verse.jp/come_follow_me/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "churchofjesuschrist.org\u306e\u3075\u308a\u304c\u306a\u8868\u793a",
    "version": "0.3",
    "description": "churchofjesuschrist.org\u306e\u3075\u308a\u304c\u306a\u8868\u793a\u306eON\/OFF\u3092\u5207\u308a\u66ff\u3048\u307e\u3059",
    "icons": {
        "48": "icons\/ruby.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.churchofjesuschrist.org\/*"
            ],
            "js": [
                "contents.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/ruby.jpg"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "*:\/\/*.churchofjesuschrist.org\/*"
    ]
}