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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Outbound New Tab
قم بتنزيل ملفات الامتداد Outbound New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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\/" ] } |