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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Twice New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Twice New Tab Twice New Tab
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'"
}