Agni Newtab - Versatile Browser Start Page

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

Agni Newtab - Versatile Browser Start Page là gì?

Agni Newtab - Versatile Browser Start Page là một tiện ích mở rộng Chrome được phát triển bởi www.agnitab.com, và tính năng chính của nó là "Customise your start page with apps, bookmarks and beautiful background images.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Agni Newtab - Versatile Browser Start Page

Tải xuống các tệp mở rộng Agni Newtab - Versatile Browser Start Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Agni Newtab - Versatile Browser Start Page Agni Newtab - Versatile Browser Start Page
ID ggokdahhbchnnjcgmgjdpjiapeclifkb
URL Chính Thức https://chromewebstore.google.com/detail/agni-newtab-versatile-bro/ggokdahhbchnnjcgmgjdpjiapeclifkb
Mô tả Customise your start page with apps, bookmarks and beautiful background images.
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2020-05-17
Ngày Phát Hành 2020-05-17
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển www.agnitab.com
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.agnitab.com/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}