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.”。
擴展截圖
下載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 |
ID | klhlkoabjmofmjkhbmelmfnhkbjaohdj |
官方網址 | 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" } } |