Outbound New Tab

Stay inspired with adventures from The Outbound in your new tabs.

Outbound New Tab क्या है?

Outbound New Tab https://www.theoutbound.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay inspired with adventures from The Outbound in your new tabs."।

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

screenshot
screenshot
screenshot

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

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

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

                        An incredible adventure from somewhere around the world in every new tab.

The photos are from The Outbound Collective, a community of travelers sharing local adventures, travel stories and more. Want to see your photos in the Outbound Tab? You can add new adventures at www.theoutbound.com.                    

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

नाम Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
आधिकारिक URL https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
विवरण Stay inspired with adventures from The Outbound in your new tabs.
फ़ाइल का आकार 185 KB
स्थापना संख्या 518
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2022-09-17
प्रकाशन तिथि 2020-04-24
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://www.theoutbound.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.theoutbound.com
सहायता पृष्ठ URL https://everyoneoutside.theoutbound.com/about-us#contact
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outbound New Tab",
    "description": "Stay inspired with adventures from The Outbound in your new tabs.",
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/outbound.png"
    },
    "icons": {
        "16": "images\/outbound.png",
        "48": "images\/outbound.png",
        "128": "images\/outbound.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*.theoutbound.com\/"
    ]
}