Nat Geo New Tab

Displays NatGeo photograph of the day on opening a new tab

Nat Geo New Tabとは何ですか?

Nat Geo New Tabはmadhavanmalolanによって開発されたChromeの拡張機能で、その主な機能は「Displays NatGeo photograph of the day on opening a new tab」です。

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

screenshot

Nat Geo New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Get a refreshing new tab every day with the most vibrant photos on the planet. Just plain beauty.
This extension will display the photograph of the day from National Geographic when you open a new tab.                    

拡張機能の基本情報

名前 Nat Geo New Tab Nat Geo New Tab
ID mcjjdmhpbpeejgkbdjpbccdphdefieca
公式URL https://chrome.google.com/webstore/detail/nat-geo-new-tab/mcjjdmhpbpeejgkbdjpbccdphdefieca
説明 Displays NatGeo photograph of the day on opening a new tab
ファイルサイズ 24.92 KB
インストール数 167
現在のバージョン 2.0
最終更新日 2018-04-17
公開日 2018-04-17
評価 5.00/5 合計 2 レビュー
開発者 madhavanmalolan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://natgeopicoftheday.com
ヘルプページのURL http://natgeopicoftheday.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nat Geo New Tab",
    "version": "2.0",
    "description": "Displays NatGeo photograph of the day on opening a new tab",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "background.html"
    }
}