Awesome New Tab Page

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

什麼是Awesome New Tab Page?

Awesome New Tab Page是由https://antp.co開發的Chrome擴展程式,該擴展的主要功能是“Enhance your New Tab Page with ultimate customizability and power. Awesome, like you. [ANTP]”。

擴展截圖

screenshot

下載Awesome New Tab Page擴展crx文件

下載Awesome New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Awesome New Tab Page Awesome New Tab Page
ID mgmiemnjjchgkmgbeljfocdjjnpjnmcg
官方網址 https://chromewebstore.google.com/detail/awesome-new-tab-page/mgmiemnjjchgkmgbeljfocdjjnpjnmcg
簡介 Enhance your New Tab Page with ultimate customizability and power. Awesome, like you. [ANTP]
檔案大小 4.34 MB
安裝次數 100,000
目前版本 2020.442.69
更新時間 2023-08-20
上架時間 2017-03-28
評分 4.29/5 共 13662 次評分
開發者 https://antp.co
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}