TabIt - NewTab: Productivity in Access

Inimitable NewTab pages by TabIt

¿Qué es TabIt - NewTab: Productivity in Access?

TabIt - NewTab: Productivity in Access es una extensión de Chrome desarrollada por TabIt, y su función principal es "Inimitable NewTab pages by TabIt".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TabIt - NewTab: Productivity in Access

Descarga archivos de extensión TabIt - NewTab: Productivity in Access en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        New Tab page's content can shape all of your browser usage experience. Thus, 'TabIt - NewTab' will make your Google Chrome even more beneficial.

Surely, you have seen the default New Tab page with its 'recently visited web-sites'. You could've seen extensions providing a so-called Speed Dial, based on custom links with icons or thumbnails. And, if you wondered, why don't they ever use your bookmarks as those links — well, we did too!) And have developed a solution!

Bookmarks are easy to transfer from other browsers, and don't need third party involvement for storing. You can select some folder to be 'Home' for your New Tabs and put the most-often-used bookmarks in it.

There are four options for bookmarks' thumbnails: Default, None, Captured & Branded. Default and Captured thumbnails are usually screenshots of the corresponding web-sites. Benefits of the 'branded' thumbnails are best revealed, when used in a 'Home Folder'.

Keyboard shortcuts, sorting and other basic operations are available and intuitive. 'TabIt - NewTab' comes in two themes - Light & Dark.

ONE MORE THING:  It is very useful to have an access to the list of recently closed tabs & windows in order to open them back, when needed. 'TabIt - NewTab' has a corresponding panel for you, in a click away, in every New Tab.

- - - - - - - - - - - - - - - - - -

NOTE:  Operation of this extension requires 'TabIt - BookMarks' to be installed and enabled. It will be responsible for thumbnails preparation and bookmarks creation/editing/sorting/restoring.

TabIt - BookMarks:  https://chrome.google.com/webstore/detail/tabit-bookmarks/blcimedkggfdbmkpeggbhpdamohlhfcm

- - - - - - - - - - - - - - - - - -

***** WHAT TO EXPECT NEXT *****
+ Own server-side thumbnails preparation service
+ Drag&Drop to the TabIt - BookMarks
+ Better smoothness by animation
+ Background images
+ Other prettification :)
+ Your suggestions?

***** DECLARED PERMISSIONS ***** UPDATES *****
Please, see more detailed information about this extension here:  https://alexperience.me/projects/tabit/tabit-newtab                    

Información Básica de la Extensión

Nombre TabIt - NewTab: Productivity in Access TabIt - NewTab: Productivity in Access
ID nlpjfjjgmmpjbcjbnjklbggcancdaehm
URL Oficial https://chromewebstore.google.com/detail/tabit-newtab-productivity/nlpjfjjgmmpjbcjbnjklbggcancdaehm
Descripción Inimitable NewTab pages by TabIt
Tamaño del Archivo 173 KB
Cantidad de Instalaciones 202
Versión Actual 15++
Última Actualización 2019-07-14
Fecha de Publicación 2019-07-14
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador TabIt
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://alexperience.me/projects/tabit/tabit-newtab/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "TabIt - NewTab",
    "name": "TabIt - NewTab: Productivity in Access",
    "version": "16.1.02",
    "version_name": "15++",
    "icons": {
        "512": "images\/logo512.png",
        "128": "images\/logo128.png",
        "48": "images\/logo32.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "description": "Inimitable NewTab pages by TabIt",
    "browser_action": {
        "default_icon": {
            "48": "images\/logo48.png",
            "32": "images\/logo32.png",
            "24": "images\/logo24.png",
            "16": "images\/logo16.png"
        },
        "default_title": "TabIt - NewTab"
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "BGs\/thumbnailsBG.js",
            "BGs\/bg.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "chrome:\/\/favicon\/*",
        "clipboardWrite",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "sessions",
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}