Outbound New Tab

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

Τι είναι το Outbound New Tab;

Το Outbound New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.theoutbound.com, και η κύρια λειτουργία του είναι "Stay inspired with adventures from The Outbound in your new tabs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Outbound New Tab

Λήψη αρχείων επέκτασης Outbound New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/"
    ]
}