Outbound New Tab
Stay inspired with adventures from The Outbound in your new tabs.
Wat is Outbound New Tab?
Outbound New Tab is een Chrome-extensie ontwikkeld door https://www.theoutbound.com, en de belangrijkste functie is "Stay inspired with adventures from The Outbound in your new tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Outbound New Tab
Download Outbound New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Outbound New Tab |
ID | hikodglhajlfmnanaiegolkfdjbencnk |
Officiële URL | https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk |
Beschrijving | Stay inspired with adventures from The Outbound in your new tabs. |
Bestandsgrootte | 185 KB |
Aantal Installaties | 518 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2022-09-17 |
Publicatiedatum | 2020-04-24 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://www.theoutbound.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.theoutbound.com |
Help Pagina-URL | https://everyoneoutside.theoutbound.com/about-us#contact |
Ondersteunde Talen | 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\/" ] } |