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文件

下載Sexy New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        • 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
官方網址 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"
}