Outbound New Tab
Stay inspired with adventures from The Outbound in your new tabs.
Was ist Outbound New Tab?
Outbound New Tab ist eine Chrome-Erweiterung, die von https://www.theoutbound.com entwickelt wurde, und ihr Hauptmerkmal ist "Stay inspired with adventures from The Outbound in your new tabs.".
Erweiterungsscreenshots
Outbound New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Outbound New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hikodglhajlfmnanaiegolkfdjbencnk |
| Offizielle URL | https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk |
| Beschreibung | Stay inspired with adventures from The Outbound in your new tabs. |
| Dateigröße | 185 KB |
| Installationsanzahl | 518 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2022-09-17 |
| Veröffentlichungsdatum | 2020-04-24 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | https://www.theoutbound.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.theoutbound.com |
| Hilfeseite URL | https://everyoneoutside.theoutbound.com/about-us#contact |
| Unterstützte Sprachen | 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\/"
]
} | |