Click Copy Sentence
Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.
What is Click Copy Sentence?
Click Copy Sentence is a Chrome extension developed by FreeLanguageTools, and its main feature is "Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool.".
Extension Screenshots
Download Click Copy Sentence Extension CRX File
Download Click Copy Sentence extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Click Copy Sentence |
ID | klhlkoabjmofmjkhbmelmfnhkbjaohdj |
Official URL | https://chromewebstore.google.com/detail/click-copy-sentence/klhlkoabjmofmjkhbmelmfnhkbjaohdj |
Description | Automatically copy the current sentence upon clicking on a word. Intended as a companion app to FreeLanguageTools/ssmtool. |
File Size | 73.54 KB |
Installation Count | 235 |
Current Version | 0.1.3 |
Last Updated | 2021-08-01 |
Publish Date | 2021-08-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | FreeLanguageTools |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FreeLanguageTools/ssmtool |
Supported Languages | 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" } } |