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. 擴展基本資訊
| 名稱 | |
| ID | jfhljdccgekaodefhhiakoajcehpkfhn |
| 官方網址 | 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 |
| 電子郵箱 | [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'"
} | |