30 Seconds Of English
Given new word every time open a new tab
30 Seconds Of Englishとは何ですか?
30 Seconds Of Englishはnnsang24によって開発されたChromeの拡張機能で、その主な機能は「Given new word every time open a new tab」です。
拡張機能のスクリーンショット
30 Seconds Of English拡張機能のCRXファイルをダウンロード
30 Seconds Of English拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Given new word every time open a new tab. 30 Seconds Of English is a simple Chrome extension that helps you easy to learn and remember a new vocabulary each time open a new tab. 30 Seconds Of English will override your new tab and give you a random English word.
拡張機能の基本情報
名前 | 30 Seconds Of English |
ID | jfhljdccgekaodefhhiakoajcehpkfhn |
公式URL | https://chromewebstore.google.com/detail/30-seconds-of-english/jfhljdccgekaodefhhiakoajcehpkfhn |
説明 | Given new word every time open a new tab |
ファイルサイズ | 4.46 MB |
インストール数 | 139 |
現在のバージョン | 0.0.2 |
最終更新日 | 2021-02-23 |
公開日 | 2021-02-17 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | nnsang24 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ngocsangyem.io/ |
ヘルプページのURL | https://github.com/ngocsangyem/30SecondsOfEnglish |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "30 Seconds Of English", "short_name": "30 SoE", "description": "Given new word every time open a new tab", "version": "0.0.2", "icons": { "16": "\/images\/mstile-144x144.png", "48": "\/images\/mstile-144x144.png", "128": "\/images\/mstile-144x144.png" }, "homepage_url": "https:\/\/ngocsangyem.io\/", "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |