Tabtonews

Get the latest news in each new tab

Tabtonewsとは何ですか?

Tabtonewsはjerrygriffin1981によって開発されたChromeの拡張機能で、その主な機能は「Get the latest news in each new tab」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tabtonews拡張機能のCRXファイルをダウンロード

Tabtonews拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get the latest news in the realm of your tabs !
Each new tab will bring you the most updated news around the world and you can also search for anything, anytime, anywhere.
Very easy and convenient, enjoy it today !

By clicking "Add To Chrome", you accept and agree to install the TabToNews Extension and set the new tab search to the one provided by the service.
The search features within the extension will be provided by Yahoo. 

Terms of use:
https://www.osadsagency.com/terms                    

拡張機能の基本情報

名前 Tabtonews Tabtonews
ID efggeojionomiieiincmiildllaifmdh
公式URL https://chromewebstore.google.com/detail/tabtonews/efggeojionomiieiincmiildllaifmdh
説明 Get the latest news in each new tab
ファイルサイズ 52 KB
インストール数 10,988
現在のバージョン 4.4.2
最終更新日 2023-08-04
公開日 2022-10-06
評価 5.00/5 合計 4 レビュー
開発者 jerrygriffin1981
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.tabtonews.com
ヘルプページのURL https://www.osadsagency.com/contact-us
プライバシーポリシーページのURL https://www.osadsagency.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get the latest news in each new tab",
    "version": "4.4.2",
    "manifest_version": 3,
    "name": "Tabtonews",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "34": "\/icon-34.png",
        "128": "\/icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}