Sexy New Tab

Sexy New Tab replace new tab with beautiful page. Display as gallery or as tile. Synchronizes.

Sexy New Tab란 무엇입니까?

Sexy New Tab은(는) Liubomudr Nazariev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sexy New Tab replace new tab with beautiful page. Display as gallery or as tile. Synchronizes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        • Can display thumbs as gallery or as tiles
• Google One Bar and Apps are actual to your current user profile.
•  Show only your links. No ad!
• User friendly filter. Top Sites, Opened tabs, Bookmarks and History are available.
• At first launch set thumbs from your most visited sites. 
• Synchronizes links between your computers
• Actual screenshots in a preview
• Detects most fine site's icon automatically (if provided by site)
• No unnecessary, annoying or distracting stuff                    

확장 프로그램 기본 정보

이름 Sexy New Tab Sexy New Tab
ID kmnjpgchjnhlenhhcemajkihfeoampom
공식 URL https://chromewebstore.google.com/detail/sexy-new-tab/kmnjpgchjnhlenhhcemajkihfeoampom
설명 Sexy New Tab replace new tab with beautiful page. Display as gallery or as tile. Synchronizes.
파일 크기 36.44 KB
설치 횟수 258
현재 버전 1.0.3
최근 업데이트 2022-07-02
출시 날짜 2019-06-27
평점 4.38/5 총 13 개의 평점
개발자 Liubomudr Nazariev
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru,uk
manifest.json
{
    "manifest_version": 2,
    "name": "Sexy New Tab",
    "description": "__MSG_descript__",
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "bookmarks",
        "storage",
        "topSites",
        "history",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' blob: filesystem: https:\/\/www.gstatic.com https:\/\/apis.google.com https:\/\/ogs.google.com\/; object-src 'self'",
    "background": {
        "scripts": [
            "\/scripts\/background.min.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "layout.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "1.0.3",
    "version_name": "1.0.3",
    "minimum_chrome_version": "69.0.0",
    "author": "Liubomudr Nazariev"
}