Click Copy Sentence

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

Wat is Click Copy Sentence?

Click Copy Sentence is een Chrome-extensie ontwikkeld door FreeLanguageTools, en de belangrijkste functie is "Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click Copy Sentence

Download Click Copy Sentence-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Click Copy Sentence Click Copy Sentence
ID klhlkoabjmofmjkhbmelmfnhkbjaohdj
Officiële URL https://chromewebstore.google.com/detail/click-copy-sentence/klhlkoabjmofmjkhbmelmfnhkbjaohdj
Beschrijving Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.
Bestandsgrootte 73.54 KB
Aantal Installaties 235
Huidige Versie 0.1.3
Laatst Bijgewerkt 2021-08-01
Publicatiedatum 2021-08-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar FreeLanguageTools
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/FreeLanguageTools/ssmtool
Ondersteunde Talen 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"
    }
}