TabIt - NewTab: Productivity in Access

Inimitable NewTab pages by TabIt

Wat is TabIt - NewTab: Productivity in Access?

TabIt - NewTab: Productivity in Access is een Chrome-extensie ontwikkeld door TabIt, en de belangrijkste functie is "Inimitable NewTab pages by TabIt".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TabIt - NewTab: Productivity in Access

Download TabIt - NewTab: Productivity in Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TabIt - NewTab: Productivity in Access TabIt - NewTab: Productivity in Access
ID nlpjfjjgmmpjbcjbnjklbggcancdaehm
Officiële URL https://chromewebstore.google.com/detail/tabit-newtab-productivity/nlpjfjjgmmpjbcjbnjklbggcancdaehm
Beschrijving Inimitable NewTab pages by TabIt
Bestandsgrootte 173 KB
Aantal Installaties 202
Huidige Versie 15++
Laatst Bijgewerkt 2019-07-14
Publicatiedatum 2019-07-14
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar TabIt
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://alexperience.me/projects/tabit/tabit-newtab/
Ondersteunde Talen 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"
    }
}