Outbound New Tab

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

Qu'est-ce que Outbound New Tab ?

Outbound New Tab est une extension Chrome développée par https://www.theoutbound.com, et sa fonction principale est "Stay inspired with adventures from The Outbound in your new tabs.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Outbound New Tab

Téléchargez les fichiers d'extension Outbound New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
URL Officiel https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
Description Stay inspired with adventures from The Outbound in your new tabs.
Taille du Fichier 185 KB
Nombre d'Installations 518
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-09-17
Date de Publication 2020-04-24
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://www.theoutbound.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.theoutbound.com
URL de la Page d'Aide https://everyoneoutside.theoutbound.com/about-us#contact
Langues Prises en Charge 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\/"
    ]
}