Everyday German phrases
Learn German phrases on every new tab
Everyday German phrasesとは何ですか?
Everyday German phrasesはAlex Marshallによって開発されたChromeの拡張機能で、その主な機能は「Learn German phrases on every new tab」です。
拡張機能のスクリーンショット
Everyday German phrases拡張機能のCRXファイルをダウンロード
Everyday German phrases拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Learn useful day-to-day German words and phrases every time you open a new tab. See how to pronounce the German phrase, an English translation and an example sentence
Made this for my buddy Emma :) 拡張機能の基本情報
| 名前 | |
| ID | kpflophilkomlkgphhlgpnmhhpmiagfo |
| 公式URL | https://chromewebstore.google.com/detail/everyday-german-phrases/kpflophilkomlkgphhlgpnmhhpmiagfo |
| 説明 | Learn German phrases on every new tab |
| ファイルサイズ | 47.56 KB |
| インストール数 | 313 |
| 現在のバージョン | 0.02 |
| 最終更新日 | 2019-03-07 |
| 公開日 | 2019-03-07 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | Alex Marshall |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitter.com/Marsh931 |
| ヘルプページのURL | https://twitter.com/Marsh931 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Everyday German phrases",
"description": "Learn German phrases on every new tab",
"version": "0.02",
"manifest_version": 2,
"icons": {
"128": "logo_128.png"
},
"chrome_url_overrides": {
"newtab": "vocab.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.google.com\/*"
],
"js": [
"javascript.js"
],
"run_at": "document_end"
}
]
} | |