Multi New Tab

Your favorite sites on new tab pages.

Multi New Tab란 무엇입니까?

Multi New Tab은(는) https://getmulti.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your favorite sites on new tab pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Enter multiple sites to display in new Chrome tabs. Here's how it works:

1. Install the Multi Chrome extension.
2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites.
3. With each new tab, Multi will select and open a random site from your list.
4. Edit your list of sites at any time.                    

확장 프로그램 기본 정보

이름 Multi New Tab Multi New Tab
ID lhgmljnajbbeefmfjiohbobioapdegag
공식 URL https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag
설명 Your favorite sites on new tab pages.
파일 크기 74.43 KB
설치 횟수 1,635
현재 버전 1.0.9
최근 업데이트 2023-03-31
출시 날짜 2018-03-28
평점 4.83/5 총 6 개의 평점
개발자 https://getmulti.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getmulti.co
도움말 페이지 URL https://getmulti.co
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi New Tab",
    "version": "1.0.9",
    "description": "Your favorite sites on new tab pages.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}