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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}