Twice New Tab
Replace new tab page with TWICE, To-do list, Weather, and more!
什么是Twice New Tab?
Twice New Tab是由https://marshall-ku.com开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with TWICE, To-do list, Weather, and more!”。
扩展截图
下载Twice New Tab扩展crx文件
下载Twice New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace new tab page with TWICE, To-do list, Weather, and more!!
You can make personal dashboard with weather, to do list, images / videos about twice and more.
Put corny new tab page - that just shows you the pages that you've recently visited - away and use this inspirational new tab page.
Features
• Background
- TWICE Images
- TWICE Videos (M/V, Fan cam, etc...)
- Slideshow with TWICE Images
• To do list
• Weather
• Bookmarks
• D-day
• Quotes
• Focus Timer
• Lets you customize your dashboard with settings
Permissions required
- Location : To get the weather of your current position.
- Storage : To save your settings 扩展基本信息
| 名称 | |
| ID | jpelibdllbipgjlnpmanoldlcbjbnelo |
| 官方URL | https://chromewebstore.google.com/detail/twice-new-tab/jpelibdllbipgjlnpmanoldlcbjbnelo |
| 简介 | Replace new tab page with TWICE, To-do list, Weather, and more! |
| 文件大小 | 747 KB |
| 安装次数 | 4,694 |
| 当前版本 | 1.0.3.0 |
| 更新时间 | 2019-10-01 |
| 上架时间 | 2019-09-30 |
| 评分 | 4.84/5 共31次评分 |
| 开发者 | https://marshall-ku.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://marshall-ku.com/privacy-policy |
| 支持的语言 | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twice New Tab",
"version": "1.0.3.0",
"default_locale": "en",
"description": "Replace new tab page with TWICE, To-do list, Weather, and more!",
"author": "Marshall K",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"storage",
"geolocation",
"notifications"
],
"browser_action": {
"default_icon": "icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_security_policy": "script-src 'self' https:\/\/s.ytimg.com\/yts\/jsbin\/www-widgetapi-vfli6qDdj\/www-widgetapi.js https:\/\/www.youtube.com\/player_api; object-src 'self'"
} | |