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 |
| 官方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 |
| 电子邮箱 | [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'"
} | |