Outbound New Tab
Stay inspired with adventures from The Outbound in your new tabs.
O que é Outbound New Tab?
Outbound New Tab é uma extensão do Chrome desenvolvida por https://www.theoutbound.com, e sua principal característica é "Stay inspired with adventures from The Outbound in your new tabs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Outbound New Tab
Baixe arquivos de extensão Outbound New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Outbound New Tab |
ID | hikodglhajlfmnanaiegolkfdjbencnk |
URL Oficial | https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk |
Descrição | Stay inspired with adventures from The Outbound in your new tabs. |
Tamanho do Arquivo | 185 KB |
Contagem de Instalações | 518 |
Versão Atual | 1.0.5 |
Última Atualização | 2022-09-17 |
Data de Publicação | 2020-04-24 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://www.theoutbound.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.theoutbound.com |
URL da Página de Ajuda | https://everyoneoutside.theoutbound.com/about-us#contact |
Idiomas Suportados | 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\/" ] } |