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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FreeLanguageTools และคุณลักษณะหลักของมันคือ "Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click Copy Sentence

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}