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
电子邮箱 [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"
    }
}