1. 51.
    0
    <!doctype html>
    <html i18n-values="
    dir:textdirection;
    bookmarkbarattached:bookmarkbarattached;
    hasattribution:hasattribution;
    anim:anim;
    syncispresent:syncispresent;
    customlogo:customlogo"
    install-animation-enabled="true">
    <head>
    <meta charset="utf-8">
    <title i18n-content="title"></title>
    <script>
    // logging info for benchmarking purposes.
    var log = [];
    function logevent(name, shouldlogtime) {
    if (shouldlogtime) {
    chrome.send('logeventtime', [name]);
    }
    log.push([name, date.now()]);
    }
    logevent('tab.newtabscriptstart', true);

    var global = this;

    /**
    * registers a callback function so that if the backend calls it too early it
    * will get delayed until domcontentloaded is fired.
    * @param {string} name the name of the global function that the backend calls.
    */
    function registercallback(name) {
    var f = function(var_args) {
    var args = array.prototype.slice.call(arguments);
    // if we still have the temporary function we delay until the dom is ready.
    if (global[name] == f) {
    logevent(name + ' is not yet ready. waiting for domcontentloaded');
    document.addeventlistener('domcontentloaded', function() {
    logevent('calling the new ' + name);
    global[name].apply(null, args);
    });
    }
    };
    global[name] = f;
    }

    chrome.send('getmostvisited');
    chrome.send('getrecentlyclosedtabs');
    chrome.send('getapps');

    registercallback('mostvisitedpages');
    registercallback('recentlyclosedtabs');
    registercallback('syncmessagechanged');
    registercallback('getappscallback');
    registercallback('setshownsections');

    </script>
    <script>var templatedata = {"anim":"true","appoptions":"seu00e7enekler","apps":"uygulamalar","appsettings":"ayarlar","appuninstall":"yu00fcklemeyi kaldu0131r","attributionintro":"temayu0131 oluu015fturan:","bookmarkbarattached":"true","close":"kapat","closedwindowmultiple":"$1 sekme","closedwindowsingle":"1 sekme","closefirstrunnotification":"kapat","customlogo":"false","downloads":"u0130ndirilenler","firstrunnotification":"zamanla au015fau011fu0131daki alanda en su0131k ziyaret ettiu011finiz sekiz site gu00f6sterilecek.","fontfamily":"arial","fontsize":"84%","hasattribution":"false","help":"yardu0131m","helpurl":" http://www.google.com/sup...ostvisited":"en u00e7ok ziyaret edilenler","pagedisplaytooltip":"sayfa yerleu015fimini deu011fiu015ftir","pinthumbnailtooltip":"bu sayfada tut","recentlyclosed":"yeni kapatu0131lan","removethumbnailtooltip":"bu sayfada gu00f6sterme","restorethumbnails":"kaldu0131ru0131lan tu00fcm ku00fcu00e7u00fck resimleri geri yu00fckle","showhidelisttooltip":"liste gu00f6ru00fcnu00fcmu00fc","showhidethumbnailtooltip":"ku00fcu00e7u00fck resim gu00f6ru00fcnu00fcmu00fc","shown_sections":1,"syncispresent":"true","textdirection":"ltr","thumbnailremovednotification":"ku00fcu00e7u00fck resim kaldu0131ru0131ldu0131.","tips":"u0130puu00e7laru0131","title":"yeni sekme","undothumbnailremove":"geri al","unpinthumbnailtooltip":"bu sayfada tutma","web_store_title":"daha fazla uygulama al","web_store_url":" https://chrome.google.com...=tr"};</script> ;
    <style>html {
    /* this is needed because of http://chrome://theme/css/new_tab.css */
    height: 100%;
    }

    ...

    devam ediyo da sığmadı...
    Tümünü Göster
    ···
   tümünü göster