new metroTab

Custom new tab page with Metro UI.It offers several features such as speed dial,email facebook twitter notice,clock,weather.

new metroTab란 무엇입니까?

new metroTab은(는) metro_newtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom new tab page with Metro UI.It offers several features such as speed dial,email facebook twitter notice,clock,weather."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

new metroTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        new metroTab is an extension that replaces the new tab page with a more customizable version, with Metro interface.

Also, includes some tiles that can retrieve information from their page and show it to the user in the same page.

To add a tile, customize the look of the page or change the options (like the weather location), put the cursor over the avatar in the upper right corner and select the option on the menu.

Any suggestions of new features or special icons, as well as notices of errors and failures are welcome.

-----------

Update Logs:

V1.1.0 update 2015/01/29
1. Optimize the Apps, improve 5 times speed up opening at first time.
2. Fixed some bugs.

V1.0.9 update 2014/12/11
1.Fixed the locale of Portuguese bug.
2.Fixed the bugs about fetch color in image.
3.Fixed some bugs.

V1.0.7 update 2014/10/16
1. Increased Wallpaper support website: www.Like5.com
2. Fixed some bugs.

V1.0.6 update 2014/5/30
1. Increased cloud tiles and reminder features.
2. Currently collected 74 tiles include popular sites, games, plugins, we will update tile in future
3. Fixed some bugs.

V1.0.5 update 2014/5/9
1.Change Google tile to Quick Search.
2.Change the dynamic tile logical, click the dynamic picture to the detail page; click the right top corner to the home page.
3.Optimize the codes.
4.Fixed some bugs.

V1.0.2 update 2014/3/17
1.Added auto locate weather function.
2.Fixed refresh background after modifying tiles bug.
3.Fixed the bug that can't click the feature button due to the long title.
4.Added share function in menu.
5.Fixed the bug that appear blue background when modify loading extension.
6.Optimize the add tile Logic avoiding can't add new.
7.Modify the top right menu trigger event, now just mouseover or click the avatar then show the menu.
8.Fixed some bugs.

V1.0.1 update 2014/2/27
1.Sort the default tiles contents and position.
2.Added some new tiles, such as Amazon, CNN, eBay, yahoo, etc.
3.Add restore to the default function.
4.Fixed the bug that can't launch Apps after setting "Open all the links of the tiles in new tabs" option.
5.Fixed some bugs.

-----------

Chinese version (zh-CN) translated by Roland Su
Italian version (it) traslated by Matteo Vada
Hungarian version (hu) translated by Zsolt Benei
Turkish version (tr) translated by Oguz GÜL
Russian version (ru) translated by Cyrill Luppo
French version (fr) translated by Etienne Fusz
Hebrew version (he) translated by Shaked Zychlinski
Brazil version (pt_BR) translated by Helder Tiago
        
___________

LIVE TILES API
The extension now consults other installed apps and generates a live tile when gets a response.
API docs at http://dev.frabarz.cl/metrotab/#api

Thank a lot.                    

확장 프로그램 기본 정보

이름 new metroTab new metroTab
ID oogmkbpkoblajkomflhkkdmbfggdmefd
공식 URL https://chromewebstore.google.com/detail/new-metrotab/oogmkbpkoblajkomflhkkdmbfggdmefd
설명 Custom new tab page with Metro UI.It offers several features such as speed dial,email facebook twitter notice,clock,weather.
파일 크기 2.04 MB
설치 횟수 31,140
현재 버전 1.1.0
최근 업데이트 2015-01-29
출시 날짜 2015-01-28
평점 4.24/5 총 1887 개의 평점
개발자 metro_newtab
결제 유형 free
지원되는 언어 en,fr,nl,tr,es,es-419,it,hu,pt-BR,ro,ru,iw,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_aext_name__",
    "short_name": "__MSG_aext_short_name__",
    "description": "__MSG_aext_descr__",
    "version": "1.1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png",
        "96": "img\/icon_96.png",
        "64": "img\/icon_64.png",
        "48": "img\/icon_48.png",
        "24": "img\/icon_24.png",
        "16": "img\/icon_16.png"
    },
    "minimum_chrome_version": "25.0.0.0",
    "chrome_url_overrides": {
        "newtab": "inicio.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/q.min.js",
            "js\/q.tiledb.js",
            "js\/background.js",
            "js\/tilebkp.js",
            "js\/tilemodel.js"
        ],
        "persistent": false
    },
    "options_page": "opciones.html",
    "content_security_policy": "script-src 'self' https:\/\/*.google.com; object-src 'self'",
    "permissions": [
        "management",
        "",
        "storage",
        "unlimitedStorage",
        "clipboardWrite"
    ],
    "optional_permissions": [
        "tabs",
        "bookmarks"
    ]
}