Multi New Tab

Your favorite sites on new tab pages.

Multi New Tab क्या है?

Multi New Tab https://getmulti.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your favorite sites on new tab pages."।

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

screenshot
screenshot

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

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

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

                        Enter multiple sites to display in new Chrome tabs. Here's how it works:

1. Install the Multi Chrome extension.
2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites.
3. With each new tab, Multi will select and open a random site from your list.
4. Edit your list of sites at any time.                    

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

नाम Multi New Tab Multi New Tab
ID lhgmljnajbbeefmfjiohbobioapdegag
आधिकारिक URL https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag
विवरण Your favorite sites on new tab pages.
फ़ाइल का आकार 74.43 KB
स्थापना संख्या 1,635
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-03-31
प्रकाशन तिथि 2018-03-28
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर https://getmulti.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getmulti.co
सहायता पृष्ठ URL https://getmulti.co
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi New Tab",
    "version": "1.0.9",
    "description": "Your favorite sites on new tab pages.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}