Outbound New Tab
Stay inspired with adventures from The Outbound in your new tabs.
Outbound New Tabとは何ですか?
Outbound New Tabはhttps://www.theoutbound.comによって開発されたChromeの拡張機能で、その主な機能は「Stay inspired with adventures from The Outbound in your new tabs.」です。
拡張機能のスクリーンショット
Outbound New Tab拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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\/" ] } |