Outbound New Tab
Stay inspired with adventures from The Outbound in your new tabs.
Hvad er Outbound New Tab?
Outbound New Tab er en Chrome-udvidelse udviklet af https://www.theoutbound.com, og dens hovedfunktion er "Stay inspired with adventures from The Outbound in your new tabs.".
Udvidelsesskærmbilleder
Download Outbound New Tab-udvidelses-CRX-fil
Download Outbound New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hikodglhajlfmnanaiegolkfdjbencnk |
| Officiel URL | https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk |
| Beskrivelse | Stay inspired with adventures from The Outbound in your new tabs. |
| Filstørrelse | 185 KB |
| Antal Installationer | 518 |
| Nuværende Version | 1.0.5 |
| Senest Opdateret | 2022-09-17 |
| Udgivelsesdato | 2020-04-24 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | https://www.theoutbound.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.theoutbound.com |
| Hjælpeside-URL | https://everyoneoutside.theoutbound.com/about-us#contact |
| Understøttede Sprog | 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\/"
]
} | |