Metro New Tab Page

A new tab replacement.

Что такое Metro New Tab Page?

Metro New Tab Page - это расширение Chrome, разработанное ArkahnX, и его основная функция - "A new tab replacement.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Metro New Tab Page

Скачайте файлы расширений Metro New Tab Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        12/31/2012 - No longer maintained, as I have moved on to other interests. Updated so that it works with the latest version of chrome, and will continue to look at future issues, but no active development. I recommend switching to something like Awesome New Tab Page if this troubles you.

2/19/2013 -  Provided a patch for tiles mysteriously vanishing. Tiles should no longer vanish in that particular way.

In short:
This extension replicates the base functionality of the new tab page in Google Chrome™, while providing a new look based off of Windows Phone 7.

What it does do:
-Provides the ability to add your favourite websites as "tiles", and sort them.
-Suggest "tiles" based off of your history
-Shows your installed Apps, just like the new tab page.
-Shows Chrome Urls, like Downloads, History, Bookmarks Manager.
-Shows your recently closed tabs, just like the new tab page.
-Allows you to change to "light" or "dark" theme, just like Windows Phone 7
-Show your Apps and recently closed tabs as tiles

What it doesn't do:
-Allow you to edit your "tiles" once you have added them, but you may remove them.
-Allow you to uninstall or reload your Extensions.
-Allow you to disable or enable your Apps.
-Use your theme background.
-Publicize your data. Ever.

About:
A project inspired by various DeviantArt works, The Windows 8 UI video, and Windows Phone 7.

Permissions:
Your browsing history-Used to suggest tiles
Your data on all websites, Your tabs and browsing activity-used to take screenshots of your tabs when you add them as tiles
Your list of installed apps, extensions, and themes-used to show you your installed Apps and extensions

None of your browsing data is ever moved outside of this extension on installed computers. The data stays secure and private, used only for customization.

Updates:
V1.1.9.3: Fixed inline script errors. Functionality should be back to normal now.
V1.1.2: Images working again, added chrome-urls page and chrome apps page. Added tile sortable functionality.
V1.1.1: Added orange color, fixed various tile bugs, tweaked UI on settings page.
V1.1.0: Rewritten save tile system to fix the bugs that have been plaguing the extension thus far. However, Images no longer show up. A bug fix will be provided as available.
V1.0.7: Added to previous version's bug fix, changing all instances of tile id's to integers, preventing what would create duplicate tiles. V1.0.5 bug fix should be fixed now.
V1.0.6.2: Changed name to improve findablility
V1.0.6: Fixed bug caused in V1.0.5 Bug fix, where removing a tile would consequently cause all other tiles to be removed improperly. Tiles should no longer appear to be other tiles.
V1.0.5: Fixed bug in the tile-id being negative, or a strange number, as well as an incorrect number of tiles.
V1.0.4: Changed export feature to a drop down menu in order to reduce load time. Minor load time fixes on each tab.
V1.0.3: Added export option to settings tab for debugging purposes
V1.0.2: changed bug in add tile feature, misrepresenting all pages as restricted "chrome://" pages
V1.0.1: Fixed style bug in popup window

Google Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Основная информация о расширении

Название Metro New Tab Page Metro New Tab Page
ID chcnifjbmpcbjclkmpblgapodnmmbfcm
Официальный URL https://chromewebstore.google.com/detail/metro-new-tab-page/chcnifjbmpcbjclkmpblgapodnmmbfcm
Описание A new tab replacement.
Размер файла 276 KB
Количество установок 362
Текущая Версия 1.2.9.4
Последнее Обновление 2013-02-19
Дата публикации 2013-02-19
Рейтинг 3.00/5 Всего 16 оценок
Разработчик ArkahnX
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/logo\/icon-grey-16.png",
        "default_title": "Create New Tile",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "A new tab replacement.",
    "icons": {
        "128": "img\/logo\/logo-128.png",
        "16": "img\/logo\/icon-grey-16.png",
        "48": "img\/logo\/logo-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "12.0.0",
    "name": "Metro New Tab Page",
    "permissions": [
        "history",
        "tabs",
        "management",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2.9.4",
    "content_security_policy": "default-src 'none'; img-src *; style-src 'self' 'unsafe-inline'; script-src 'self'"
}