Agni Newtab - Versatile Browser Start Page

Customise your start page with apps, bookmarks and beautiful background images.

Agni Newtab - Versatile Browser Start Pageとは何ですか?

Agni Newtab - Versatile Browser Start Pageはwww.agnitab.comによって開発されたChromeの拡張機能で、その主な機能は「Customise your start page with apps, bookmarks and beautiful background images.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Agni Newtab - Versatile Browser Start Page拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Agni New Tab enables your browser to get exquisite wallpapers, bookmarks, apps and transform your new tab into your own working space. Personalize your browser the way you want it and get to your bookmarks and apps with just one click or utilize the search bar and find what you want within seconds...

Liven up your browser experience with Agni New Tab today!

Exquisite wallpapers every time you open a new browser tab rather than the boring white screen which greets you every time!!

By clicking "Add to chrome", I accept and agree to installing the Agni Newtab Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

Terms of Use: www.agnitab.com/terms_conditions.html
Privacy Policy: www.agnitab.com/privacy_policy.html                    

拡張機能の基本情報

名前 Agni Newtab - Versatile Browser Start Page Agni Newtab - Versatile Browser Start Page
ID ggokdahhbchnnjcgmgjdpjiapeclifkb
公式URL https://chromewebstore.google.com/detail/agni-newtab-versatile-bro/ggokdahhbchnnjcgmgjdpjiapeclifkb
説明 Customise your start page with apps, bookmarks and beautiful background images.
ファイルサイズ 1.03 MB
インストール数 115
現在のバージョン 1.8
最終更新日 2020-05-17
公開日 2020-05-17
評価 5.00/5 合計 8 レビュー
開発者 www.agnitab.com
支払い方法 free
プライバシーポリシーページのURL http://www.agnitab.com/privacy_policy.html
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agni Newtab - Versatile Browser Start Page",
    "version": "1.8",
    "description": "Customise your start page with apps, bookmarks and beautiful background images.",
    "manifest_version": 2,
    "icons": {
        "16": "Agni_lcon.png",
        "128": "Agni_lcon.png"
    },
    "permissions": [
        "identity",
        "declarativeContent",
        "storage",
        "activeTab",
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": [
        {
            "js": [
                "main.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}