AnkiSoup
A sentences management system for learning languages.
Cos'è AnkiSoup?
AnkiSoup è un'estensione di Chrome sviluppata da http://ankisoup.com, e la sua funzione principale è "A sentences management system for learning languages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AnkiSoup
Scarica i file di estensione AnkiSoup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) + ダブルクリックすると単語の意味を調べることができます。調べた単語はセンテンスと一緒に保存されます。
Informazioni di Base sull'Estensione
Nome | |
ID | apehnfdjpidbboeiogpfbkhnpbahphng |
URL Ufficiale | https://chrome.google.com/webstore/detail/ankisoup/apehnfdjpidbboeiogpfbkhnpbahphng |
Descrizione | A sentences management system for learning languages. |
Dimensione del File | 38.68 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2014-01-27 |
Data di Pubblicazione | 2014-01-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://ankisoup.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ankisoup.com/ |
Lingue Supportate | 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:\/\/*\/" ] } |