New Tab Apps Page

Replaces the Google Chrome™ New Tab Page with the Apps Page.

ما هو New Tab Apps Page؟

New Tab Apps Page هو إضافة Chrome تم تطويرها بواسطة originalmind، والميزة الرئيسية لها هي "Replaces the Google Chrome™ New Tab Page with the Apps Page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة New Tab Apps Page

قم بتنزيل ملفات الامتداد New Tab Apps Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        NOTE: 29-Sep-2017
---------------------

A change in Chrome 61 has caused the address bar's contents to become unhighlighted when opening a new tab. This causes frustration because you can't just type a search when opening a new tab.
This is currently under discussion in the Chrome bug tracker, e.g.
https://bugs.chromium.org/p/chromium/issues/detail?id=763711
https://bugs.chromium.org/p/chromium/issues/detail?id=766331

I am continuing to watch the issue and also looking for a workaround.
Apologies for the inconvenience.

NOTE: 27-Apr-2015
---------------------

This extension is NOT compatible with Chromebooks. In ChromeOS, apps are accessed via the Launcher and not via the Chrome Apps page. The Chrome Apps page is blank within Chrome, therefore installing this extension will give you a blank new tab page.

OVERVIEW
--------

Since Chrome 33, many people have expressed the desire to have their Apps page automatically open upon creating a new tab. This extension does just that.

Unfortunately the Apps page is not quite as nice as the old pre-Chrome 33 New Tab page, but it's still an improvement :)

UPDATE: 19-Mar-2015
---------------------------------

Based on user feedback (thanks Ben!), I've added a new feature to this extension. In the previous version, if Chrome crashed it would display a "Restore" button upon restarting. Clicking this button would load all the tabs you had open just before the crash.

The problem with this extension was that it would detect a new tab opening, and then load the Apps page, hence removing the "Restore" button. Your tabs would be lost forever!

The new behaviour in this version is: the extension will detect if a crash occurred and will automatically reload your previous tabs.

Please let me know if this causes any issues using the feedback details below.

FEEDBACK
----------

.. is most welcomed. Send feedback via the Chrome Web Store, or open an issue on this project's GitHub page at: https://github.com/originalmind/newtab/issues

NOTE ON THE SCREENSHOT
----------------------
This screenshot is featuring the awesome Chrome Theme: Lone Tree. You can get it here: https://chrome.google.com/webstore/detail/lone-tree/hfmkllfplegemejikoabfpjdaoncphip


CHANGELOG
---------

v1.1.10

* Handle browser crash - automatically restore tabs from crashed session
* Removed console logging

v1.0.3

* Updated app icon
* Add short_name to manifest

v1.0.0

* Improved load speed of Apps page
* Restricted extension to Chrome 33 and later
* Reduced required permissions - now requires only tabs and storage (for options)
* Fixed issue in Chrome 34 which caused address bar text to be unselected.

v0.0.28 (26-Feb-2014)
* When opening new tab, address bar now remains focused so you can commence typing immediately.

v0.0.10 (24-Feb-2014)
* Initial release                    

معلومات أساسية عن التمديد

الاسم New Tab Apps Page New Tab Apps Page
ID fgfnhkkcobfgplgakkclighaejoimhph
عنوان URL الرسمي https://chrome.google.com/webstore/detail/new-tab-apps-page/fgfnhkkcobfgplgakkclighaejoimhph
الوصف Replaces the Google Chrome™ New Tab Page with the Apps Page.
حجم الملف 9.16 KB
عدد التثبيتات 904
النسخة الحالية 1.1.10
آخر تحديث 2017-09-28
تاريخ النشر 2017-09-28
تقييم 4.11/5 مجموع تقييمات 35
المطور originalmind
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "1.1.10",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "minimum_chrome_version": "33",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "sessions"
    ]
}