Mirage New Tab

Great new tab page with visual bookmarks, folders and apps.

Mirage New Tab क्या है?

Mirage New Tab miragetab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Great new tab page with visual bookmarks, folders and apps."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Mirage New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension will change your default new tab.

Features Mirage New Tab:

 - Customizable blocks of visual bookmarks, resizing, margin and uploading your own pictures.

 - Auto background change from unsplash collections.

 - Search with the ability to change the search engine, autofocus, suggestions and history.

 - Ability to add your own apps.

 - Export and import of all user data.

 - Notepad, dark theme and more.                    

एक्सटेंशन की मूल जानकारी

नाम Mirage New Tab Mirage New Tab
ID nolmkkindjjpkgkpkhpghncjkioalpdg
आधिकारिक URL https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg
विवरण Great new tab page with visual bookmarks, folders and apps.
फ़ाइल का आकार 485 KB
स्थापना संख्या 579
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-07-30
प्रकाशन तिथि 2021-07-30
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर miragetab
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://gtab.store/pp
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mirage New Tab",
    "description": "Great new tab page with visual bookmarks, folders and apps.",
    "version": "1.0.0",
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/google.com\/complete\/search\/*"
    ]
}