Awesome New Tab Page

Enhance your New Tab Page with ultimate customizability and power. Awesome, like you. [ANTP]

Apa itu Awesome New Tab Page?

Awesome New Tab Page adalah ekstensi Chrome yang dikembangkan oleh https://antp.co, dan fitur utamanya adalah "Enhance your New Tab Page with ultimate customizability and power. Awesome, like you. [ANTP]".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Awesome New Tab Page

Unduh file ekstensi Awesome New Tab Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Awesome New Tab Page replaces the default Chrome new tab page with one that can be personalized with your own apps, shortcuts, and widgets.

Install and start customizing now!  Try the new Weather and Ethereum (ETH) Price Tracker widgets!

Features
★ Dynamic widgets that show information at a glance
★ Rearrange, add and remove tiles to fit your needs
★ Create custom shortcuts and bookmarks
★ Search websites directly from shortcuts
★ Resize apps, shortcuts, and some widgets

Widgets Available
★ Weather
★ reddit
★ xkcd
★ Ethereum (ETH) Price Tracker
★ Bitcoin (ETH) Price Tracker
★ additional crypto widgets coming soon, with news, more tokens, support for additional currencies, and more. If you have any suggestions, please reach out at [email protected]!

FAQ
Q: How can I add my own links and images?
A: Unlock the grid, then click on an empty tile. This will open the tile editor to allow you to start customizing.

Q: Can I remove the stock widgets from the home screen?
A: Of course! Unlock the grid using the padlock icon, then press the "X" icon over any tile you wish to delete. Be sure to click the red padlock to lock the page again so you can click your tiles.

Q: Can I uninstall apps with this extension?
A: Yep! Ensure your dashboard is locked (the padlock should be white/grey), open the Apps window, then click Uninstall. A confirmation will appear.

Q: Can I uninstall stock apps and widgets?
A: No, they're bundled in this extension and can not be removed or hidden currently. You can remove them from your home screen, of course. They're also listed last in the apps and widgets windows.

Q: Can I change the background color?
A: Yes, click the cog wheel to open the settings window. Click the Background Color button to open a color picker that will allow you to select any color you desire.

Q: How do I remove this extension and go back to the default Google Chrome new tab page?
A: Search Google for "how to uninstall a chrome extension" (quick hint: it's accessible from Chrome settings)


It would mean a lot if you would like and share on Facebook or elsewhere. Thank you!
https://www.facebook.com/AwesomeNewTabPage

Use License
Permission is granted to temporarily download one copy of Awesome New Tab Page for personal, non-commercial viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
 - modify or copy the materials;
 - use the materials for any commercial purpose, or for any public display (commercial or non-commercial);
 - attempt to decompile or reverse engineer any software contained in Awesome New Tab Page;
 - remove any copyright or other proprietary notations from the materials; or
 - transfer the materials to another person or "mirror" the materials on any other server.
This license shall automatically terminate if you violate any of these restrictions and may be terminated by Awesome HQ, LLC at any time for any reason.

Disclaimer
Awesome New Tab Page is provided "as is". Awesome HQ, LLC makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, Awesome HQ, LLC does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials in Awesome New Tab Page or otherwise relating to such materials.

====

Please note: As many users have noticed, this extension is no longer actively maintained. Thanks to everyone who used this extension over the years. Sorry things aren't holding up after receiving no updates for several years; I hope you are able to find another tool to meet your needs.   To any new users: I would not recommend this plugin -- use at your own risk. You may run into issues.                    

Informasi Dasar Ekstensi

Nama Awesome New Tab Page Awesome New Tab Page
ID mgmiemnjjchgkmgbeljfocdjjnpjnmcg
URL Resmi https://chromewebstore.google.com/detail/awesome-new-tab-page/mgmiemnjjchgkmgbeljfocdjjnpjnmcg
Deskripsi Enhance your New Tab Page with ultimate customizability and power. Awesome, like you. [ANTP]
Ukuran File 4.34 MB
Jumlah Instalasi 100,000
Versi Saat Ini 2020.442.69
Terakhir Diperbarui 2023-08-20
Tanggal Publikasi 2017-03-28
Penilaian 4.29/5 Total 13662 Penilaian
Pengembang https://antp.co
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "29",
    "background": {
        "scripts": [
            "\/extension\/javascript\/jquery.js",
            "\/extension\/javascript\/libs\/base64.js",
            "\/extension\/javascript\/storage.js",
            "\/extension\/javascript\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    },
    "options_page": "options.html",
    "name": "Awesome New Tab Page",
    "description": "Enhance your New Tab Page with ultimate customizability and power. Awesome, like you. [ANTP]",
    "version": "2020.442.69",
    "icons": {
        "128": "\/extension\/images\/icon128.png"
    },
    "permissions": [
        "management",
        "tabs",
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        ""
    ],
    "content_scripts": [],
    "web_accessible_resources": [
        "ntp.html",
        "options.html",
        "\/extension\/widgets\/tutorial\/widget.tutorial.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/platform.twitter.com https:\/\/chrome.google.com https:\/\/d3nslu0hdya83q.cloudfront.net; object-src 'self'",
    "manifest_version": 2
}