Twice New Tab

Replace new tab page with TWICE, To-do list, Weather, and more!

Twice New Tab là gì?

Twice New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://marshall-ku.com, và tính năng chính của nó là "Replace new tab page with TWICE, To-do list, Weather, and more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twice New Tab

Tải xuống các tệp mở rộng Twice New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twice New Tab Twice New Tab
ID jpelibdllbipgjlnpmanoldlcbjbnelo
URL Chính Thức https://chromewebstore.google.com/detail/twice-new-tab/jpelibdllbipgjlnpmanoldlcbjbnelo
Mô tả Replace new tab page with TWICE, To-do list, Weather, and more!
Kích Thước Tệp 747 KB
Số Lần Cài Đặt 4,694
Phiên Bản Hiện Tại 1.0.3.0
Cập Nhật Lần Cuối 2019-10-01
Ngày Phát Hành 2019-09-30
Đánh Giá 4.84/5 Tổng số 31 Đánh Giá
Nhà Phát Triển https://marshall-ku.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://marshall-ku.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}