My New Tab

Improve your new tab experience!

My New Tab란 무엇입니까?

My New Tab은(는) https://newtab.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your new tab experience!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With this one single extension you can get the latest news about:

✭ Automobile
✭ Cryptocurrencies
✭ Men's fashion
✭ Women's fashion
✭ Home & Garden
✭ Insurance
✭ Travel

Every time you open a new tab, you can read daily news about your favorite topic.

This extension sets a new tab page with a search bar provided by Bing.

And you can switch category just with a single click on the top menu!

Required permissions:
'Set your new tab' - this permission is needed for the “New Tab” page.

Privacy:
Your privacy matters. Here's how we protect it: https://www.newtab.cc/privacy
Terms Of Use: https://www.newtab.cc/eula

By clicking "Add to chrome", I accept and agree to installing Tab Saver Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.                    

확장 프로그램 기본 정보

이름 My New Tab My New Tab
ID ibcdapcpgpofknnfbggcaikbggahcdfi
공식 URL https://chromewebstore.google.com/detail/my-new-tab/ibcdapcpgpofknnfbggcaikbggahcdfi
설명 Improve your new tab experience!
파일 크기 16.92 KB
설치 횟수 10,000
현재 버전 1
최근 업데이트 2021-06-11
출시 날짜 2019-11-06
평점 4.32/5 총 196 개의 평점
개발자 https://newtab.cc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.newtab.cc
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My New Tab",
    "short_name": "My New Tab",
    "description": "Improve your new tab experience!",
    "version": "1",
    "incognito": "split",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.newtab.cc\/*",
            "*:\/\/newtab.cc\/*"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/*.newtab.cc\/*",
        "*:\/\/newtab.cc\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png"
        },
        "default_title": "Enhanced Search"
    },
    "manifest_version": 2
}