スラッシュリーディングサポート

スラッシュリーディングの補助ツールです。

Qu'est-ce que スラッシュリーディングサポート ?

スラッシュリーディングサポート est une extension Chrome développée par GRASグループ株式会社(旧ウェブリオ株式会社), et sa fonction principale est "スラッシュリーディングの補助ツールです。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension スラッシュリーディングサポート

Téléchargez les fichiers d'extension スラッシュリーディングサポート au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Web上で英文を効率的に読みたい方のためのChromeエクステンションです。

Webページで英文を読んでいるときに、スラッシュリーディングができたらいいと思うことはありませんか?
このエクステンションをインストールすることで、Web上の英文にスラッシュを入れて読み進めることができます。

【使い方】
紙の英文の単語と単語の間に鉛筆やペンでスラッシュを入れるのと同じように、Web上の英文の単語と単語の間をクリックすることでスラッシュを入れることができます。
一度入れてしまったスラッシュを消したい場合は、再度同じ個所をクリックすることで消去できます。

また、オプション機能として、英文のセンテンスを選択状態にすると、その英文の分構造と品詞を表示する機能を備えています。
英文の構造を理解して読み進めたいときにご活用いただけます。

本拡張機能に関するご質問やご要望は、下記にて承っております。
https://docs.google.com/forms/d/e/1FAIpQLSfvDnoNJvSQYkQoQv4IUj8Jc1BM3r9ZocPuJ86Bx-AK50MPEQ/viewform                    

Informations de Base sur l'Extension

Nom スラッシュリーディングサポート スラッシュリーディングサポート
ID hkieabdejcghbmjmacbjlffjdeocfmeh
URL Officiel https://chromewebstore.google.com/detail/%E3%82%B9%E3%83%A9%E3%83%83%E3%82%B7%E3%83%A5%E3%83%AA%E3%83%BC%E3%83%87%E3%82%A3%E3%83%B3%E3%82%B0%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88/hkieabdejcghbmjmacbjlffjdeocfmeh
Description スラッシュリーディングの補助ツールです。
Taille du Fichier 26.64 KB
Nombre d'Installations 180
Version Actuelle 0.2.0
Dernière Mise à Jour 2022-10-21
Date de Publication 2021-05-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur GRASグループ株式会社(旧ウェブリオ株式会社)
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gras-group.co.jp/
URL de la Page d'Aide https://docs.google.com/forms/d/e/1FAIpQLSfvDnoNJvSQYkQoQv4IUj8Jc1BM3r9ZocPuJ86Bx-AK50MPEQ/viewform
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u30b9\u30e9\u30c3\u30b7\u30e5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u30b5\u30dd\u30fc\u30c8",
    "version": "0.2.0",
    "description": "\u30b9\u30e9\u30c3\u30b7\u30e5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u88dc\u52a9\u30c4\u30fc\u30eb\u3067\u3059\u3002",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "slash-reading",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style\/slash.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}