Click Copy Sentence

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

Cos'è Click Copy Sentence?

Click Copy Sentence è un'estensione di Chrome sviluppata da FreeLanguageTools, e la sua funzione principale è "Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Click Copy Sentence

Scarica i file di estensione Click Copy Sentence in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Click Copy Sentence Click Copy Sentence
ID klhlkoabjmofmjkhbmelmfnhkbjaohdj
URL Ufficiale https://chromewebstore.google.com/detail/click-copy-sentence/klhlkoabjmofmjkhbmelmfnhkbjaohdj
Descrizione Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.
Dimensione del File 73.54 KB
Conteggio Installazioni 235
Versione Corrente 0.1.3
Ultimo Aggiornamento 2021-08-01
Data di Pubblicazione 2021-08-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore FreeLanguageTools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/FreeLanguageTools/ssmtool
Lingue Supportate 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"
    }
}