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