Outbound New Tab
Stay inspired with adventures from The Outbound in your new tabs.
Vad är Outbound New Tab?
Outbound New Tab är en Chrome-tillägg utvecklad av https://www.theoutbound.com, och dess huvudfunktion är "Stay inspired with adventures from The Outbound in your new tabs.".
Tilläggsskärmbilder
Ladda ner Outbound New Tab-förlängningens CRX-fil
Ladda ner Outbound New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Outbound New Tab |
ID | hikodglhajlfmnanaiegolkfdjbencnk |
Officiell webbadress | https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk |
Beskrivning | Stay inspired with adventures from The Outbound in your new tabs. |
Filstorlek | 185 KB |
Antal Installationer | 518 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2022-09-17 |
Publiceringsdatum | 2020-04-24 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://www.theoutbound.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.theoutbound.com |
Hjälpsida URL | https://everyoneoutside.theoutbound.com/about-us#contact |
Stödda Språk | 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\/" ] } |