Click Copy Sentence

Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.

Click Copy Sentenceとは何ですか?

Click Copy SentenceはFreeLanguageToolsによって開発されたChromeの拡張機能で、その主な機能は「Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.」です。

拡張機能のスクリーンショット

screenshot

Click Copy Sentence拡張機能のCRXファイルをダウンロード

Click Copy Sentence拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is the official companion extension to ssmtool (https://github.com/FreeLanguageTools/ssmtool), which allows the user to quickly create vocabulary flashcards from any webpage for natural immersion-based language learning.                    

拡張機能の基本情報

名前 Click Copy Sentence Click Copy Sentence
ID klhlkoabjmofmjkhbmelmfnhkbjaohdj
公式URL https://chromewebstore.google.com/detail/click-copy-sentence/klhlkoabjmofmjkhbmelmfnhkbjaohdj
説明 Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.
ファイルサイズ 73.54 KB
インストール数 235
現在のバージョン 0.1.3
最終更新日 2021-08-01
公開日 2021-08-01
評価 5.00/5 合計 1 レビュー
開発者 FreeLanguageTools
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/FreeLanguageTools/ssmtool
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click Copy Sentence",
    "description": "Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools\/ssmtool.",
    "version": "0.1.3",
    "homepage_url": "https:\/\/github.com\/FreeLanguageTools\/ssmtool",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{7cf334ab-26d1-4b34-9adc-569461c25460}"
        }
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.min.js",
                "jquery-3.6.0.min.js",
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "browser_style": true,
        "default_popup": "menu.html",
        "default_icon": "icons\/48-grayscale.png"
    }
}