Outbound New Tab

Stay inspired with adventures from The Outbound in your new tabs.

Apa itu Outbound New Tab?

Outbound New Tab adalah ekstensi Chrome yang dikembangkan oleh https://www.theoutbound.com, dan fitur utamanya adalah "Stay inspired with adventures from The Outbound in your new tabs.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Outbound New Tab

Unduh file ekstensi Outbound New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
URL Resmi https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
Deskripsi Stay inspired with adventures from The Outbound in your new tabs.
Ukuran File 185 KB
Jumlah Instalasi 518
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2022-09-17
Tanggal Publikasi 2020-04-24
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://www.theoutbound.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.theoutbound.com
URL Halaman Bantuan https://everyoneoutside.theoutbound.com/about-us#contact
Bahasa yang Didukung 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\/"
    ]
}