Buttress Vocabulary
Strengthen your vocabulary while reading things on browser.
Buttress Vocabularyとは何ですか?
Buttress Vocabularyはsaurav.1869によって開発されたChromeの拡張機能で、その主な機能は「Strengthen your vocabulary while reading things on browser.」です。
拡張機能のスクリーンショット
Buttress Vocabulary拡張機能のCRXファイルをダウンロード
Buttress Vocabulary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Coming across new words is easy and even knowing its definition. However, memorizing the words that you read doesn't come naturally. You have to work on it. This extension will ease this job. It lets you see the definition of a double-clicked word along with its pronunciation. However, this is not a striking feature as couple of other apps do it right now. You can quickly see all the words that you have looked up each day. Apart from a dictionary app it is also a vocabulary builder. Like other apps it doesn't inundates you with so many words that you have never seen. Memorizing the words for which you have a context will be much easier. WE DON'T HAVE ACCESS TO THE WORDS YOU LOOKUP!
拡張機能の基本情報
名前 | Buttress Vocabulary |
ID | kipmhailimmdakeeeciablodlijhkkac |
公式URL | https://chromewebstore.google.com/detail/buttress-vocabulary/kipmhailimmdakeeeciablodlijhkkac |
説明 | Strengthen your vocabulary while reading things on browser. |
ファイルサイズ | 121 KB |
インストール数 | 613 |
現在のバージョン | 2.3.1 |
最終更新日 | 2020-08-03 |
公開日 | 2019-10-05 |
評価 | 4.50/5 合計 14 レビュー |
開発者 | saurav.1869 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/saurav1869/ButtressVocab |
ヘルプページのURL | https://github.com/saurav1869/ButtressVocab |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Buttress Vocabulary", "version": "2.3.1", "description": "Strengthen your vocabulary while reading things on browser.", "browser_action": { "default_icon": "icons\/128book.png", "default_title": "ButtressVocab", "default_popup": "popup\/index.html" }, "icons": { "128": "icons\/128book.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "scripts\/jquery-3.3.1.min.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/jquery-3.3.1.min.js", "scripts\/presenter.js" ] } ] } |