Sexy New Tab

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

Was ist Sexy New Tab?

Sexy New Tab ist eine Chrome-Erweiterung, die von Liubomudr Nazariev entwickelt wurde, und ihr Hauptmerkmal ist "Sexy New Tab replace new tab with beautiful page. Display as gallery or as tile. Synchronizes.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Sexy New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sexy New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        • 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                    

Grundlegende Informationen zur Erweiterung

Name Sexy New Tab Sexy New Tab
ID kmnjpgchjnhlenhhcemajkihfeoampom
Offizielle URL https://chromewebstore.google.com/detail/sexy-new-tab/kmnjpgchjnhlenhhcemajkihfeoampom
Beschreibung Sexy New Tab replace new tab with beautiful page. Display as gallery or as tile. Synchronizes.
Dateigröße 36.44 KB
Installationsanzahl 258
Aktuelle Version 1.0.3
Letztes Update 2022-07-02
Veröffentlichungsdatum 2019-06-27
Bewertung 4.38/5 Insgesamt 13 Bewertungen
Entwickler Liubomudr Nazariev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}