読書アシスト Webページ変換

Webページの書式を変換して読みやすい形にする拡張機能

What is 読書アシスト Webページ変換?

読書アシスト Webページ変換 is a Chrome extension developed by BIPROGY株式会社, and its main feature is "Webページの書式を変換して読みやすい形にする拡張機能".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 読書アシスト Webページ変換 Extension CRX File

Download 読書アシスト Webページ変換 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

                        読書アシストサービスは2024年3月をもって終了いたします。

SNSにて事前に告知させていただいた通り、サービス終了に先立って読書アシスト拡張機能の無償提供を2024年2月22日で終了とさせていただきました。
これまでご愛顧いただいた皆様には感謝申し上げます。本拡張機能ページにつきましても2024年3月中に終了する予定です。

<過去の更新履歴>
*2024/02/22「バージョン0.2.1」サービス終了をお知らせする機能に変更しました。
*2023/06/30「バージョン0.2.0」軽微な不具合の修正を行いました。
*2022/03/17「バージョン0.1.7」文字色によって文章が読みにくい場合のため、ctrl+shift+Xで背景色をつけずに変換できるようになりました。
*2022/02/18「バージョン0.1.6」メニューや画像などを読書アシスト変換対象外にして全体の可読性を向上しました。
*2022/01/25「バージョン0.1.5」読書アシストボタン押下で変換前に戻すようにしました。いくつかの変換による書式の崩れを改善しました。
*2022/01/18「バージョン0.1.4」変換前の文章からURLやボールドなどの書式を変換後にもそのまま残すようにしました。
*2022/01/11「バージョン0.1.3」拡張機能のインストールや更新時などにメッセージを表示するようにしました。
*2022/01/07「バージョン0.1.2」ツールバーのボタンだけでなく、ショートカットキー(Ctrl+Shift+Z)でも変換できるようになりました
*2021/12/14「バージョン0.1.1」皆様からのコメントを受けて、ページの変換速度を改善しました                    

Extension Basic Information

Name 読書アシスト Webページ変換 読書アシスト Webページ変換
ID eknhbkcodhfjlieniiapifiliejemfel
Official URL https://chromewebstore.google.com/detail/%E8%AA%AD%E6%9B%B8%E3%82%A2%E3%82%B7%E3%82%B9%E3%83%88-web%E3%83%9A%E3%83%BC%E3%82%B8%E5%A4%89%E6%8F%9B/eknhbkcodhfjlieniiapifiliejemfel
Description Webページの書式を変換して読みやすい形にする拡張機能
File Size 23.53 KB
Installation Count 2,613
Current Version 0.2.1
Last Updated 2024-02-22
Publish Date 2021-12-05
Rating 4.20/5 Total 5 Ratings
Developer BIPROGY株式会社
Email [email protected]
Payment Type free
Extension Website https://www.biprogy.com/solution/service/reading-assist.html
Privacy Policy Page URL https://lp.reading-assist.com/terms/service.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8aad\u66f8\u30a2\u30b7\u30b9\u30c8 Web\u30da\u30fc\u30b8\u5909\u63db",
    "description": "Web\u30da\u30fc\u30b8\u306e\u66f8\u5f0f\u3092\u5909\u63db\u3057\u3066\u8aad\u307f\u3084\u3059\u3044\u5f62\u306b\u3059\u308b\u62e1\u5f35\u6a5f\u80fd",
    "version": "0.2.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "\u8aad\u66f8\u30a2\u30b7\u30b9\u30c8\u3067\u30da\u30fc\u30b8\u306e\u5185\u5bb9\u3092\u8aad\u307f\u3084\u3059\u304f\u3057\u3066\u307f\u307e\u3057\u3087\u3046"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/convert_content.js"
            ]
        }
    ],
    "permissions": [
        "notifications"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "MacCtrl+Shift+Z",
                "chromeos": "Ctrl+Shift+Z",
                "linux": "Ctrl+Shift+Z"
            },
            "description": "\u8aad\u66f8\u30a2\u30b7\u30b9\u30c8\u5b9f\u884c"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}