Vocabulary Flash Card
This extention will create your vocabulary flash card automatically based on your accessing URLs.
什麼是Vocabulary Flash Card?
Vocabulary Flash Card是由miz開發的Chrome擴展程式,該擴展的主要功能是“This extention will create your vocabulary flash card automatically based on your accessing URLs.”。
擴展截圖
下載Vocabulary Flash Card擴展crx文件
下載Vocabulary Flash Card擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will save your accessing URLs automatically as your bookmark. Use case: If you are learning any language, and accessing an online dictionary frequently, this extension will create your vocabulary flash card as your bookmark. You can find all your searched words in your bookmark folder. Using this extension, you can: - Specify URL patterns to save, exclude pattern not to save. - Lookup your searching words from the title or URL of the page. - Choose your bookmark folder to save your bookmarks. - Have multiple set of configurations as many as you like. By default, this extension has 2 sets of configuration, and those are disabled. Please modify, add and remove these configurations as you like. In addition, this extension will: - Sync your configuration to all your Chrome browsers. - Sync your vocabulary flash card to all your Chrome browsers. These features are depends on Chrome sync. In order to use these features, please sign in to your Chrome browser with your Google account, and enable Extensions and Bookmarks sync.
擴展基本資訊
名稱 | Vocabulary Flash Card |
ID | gebhpkmockafkmbgpkagikdggkfnpaja |
官方網址 | https://chromewebstore.google.com/detail/vocabulary-flash-card/gebhpkmockafkmbgpkagikdggkfnpaja |
簡介 | This extention will create your vocabulary flash card automatically based on your accessing URLs. |
檔案大小 | 71.64 KB |
安裝次數 | 121 |
目前版本 | 0.2.1 |
更新時間 | 2014-01-16 |
上架時間 | 2014-01-16 |
評分 | 2.00/5 共 3 次評分 |
開發者 | miz |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vocabulary Flash Card", "version": "0.2.1", "description": "This extention will create your vocabulary flash card automatically based on your accessing URLs.", "background": { "persistent": false, "page": "background.html" }, "permissions": [ "bookmarks", "storage", "tabs" ], "options_page": "options.html" } |