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
公式URL 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
Eメール [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
}