AnkiSoup
A sentences management system for learning languages.
O que é AnkiSoup?
AnkiSoup é uma extensão do Chrome desenvolvida por http://ankisoup.com, e sua principal característica é "A sentences management system for learning languages.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AnkiSoup
Baixe arquivos de extensão AnkiSoup no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Anki Soup helps you to find out a new word by Command(Control) + Double click, and stocks sentences from all over the website to this site. ウェブサイトで、Command(Control) + ダブルクリックすると単語の意味を調べることができます。調べた単語はセンテンスと一緒に保存されます。
Informações Básicas da Extensão
Nome | |
ID | apehnfdjpidbboeiogpfbkhnpbahphng |
URL Oficial | https://chrome.google.com/webstore/detail/ankisoup/apehnfdjpidbboeiogpfbkhnpbahphng |
Descrição | A sentences management system for learning languages. |
Tamanho do Arquivo | 38.68 KB |
Contagem de Instalações | 14 |
Versão Atual | 0.5 |
Última Atualização | 2014-01-27 |
Data de Publicação | 2014-01-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://ankisoup.com |
Tipo de Pagamento | free |
Site da Extensão | http://ankisoup.com/ |
Idiomas Suportados | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnkiSoup", "version": "0.5", "description": "A sentences management system for learning languages.", "browser_action": { "default_title": "AnkiSoup", "default_icon": "coffee.png" }, "icons": { "128": "coffee.png", "16": "coffee.png" }, "web_accessible_resources": [ "jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "jquery.growl.css" ], "js": [ "jquery.min.js", "jquery.growl.js", "contents.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "background", "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/" ] } |