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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sexy New Tab replace new tab with beautiful page. Display as gallery or as tile. Synchronizes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sexy New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}