Outbound New Tab

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

Outbound New Tabคืออะไร?

Outbound New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.theoutbound.com และคุณลักษณะหลักของมันคือ "Stay inspired with adventures from The Outbound in your new tabs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Outbound New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Outbound New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
คำอธิบาย Stay inspired with adventures from The Outbound in your new tabs.
ขนาดไฟล์ 185 KB
จำนวนการติดตั้ง 518
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-09-17
วันที่เผยแพร่ 2020-04-24
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.theoutbound.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.theoutbound.com
URL หน้าช่วยเหลือ https://everyoneoutside.theoutbound.com/about-us#contact
ภาษาที่รองรับ 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\/"
    ]
}