TabIt - NewTab: Productivity in Access

Inimitable NewTab pages by TabIt

Co je TabIt - NewTab: Productivity in Access?

TabIt - NewTab: Productivity in Access je rozšíření Chrome vyvinuté TabIt, a jeho hlavní funkcí je „Inimitable NewTab pages by TabIt“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření TabIt - NewTab: Productivity in Access

Stáhněte si soubory rozšíření TabIt - NewTab: Productivity in Access ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TabIt - NewTab: Productivity in Access TabIt - NewTab: Productivity in Access
ID nlpjfjjgmmpjbcjbnjklbggcancdaehm
Oficiální URL https://chromewebstore.google.com/detail/tabit-newtab-productivity/nlpjfjjgmmpjbcjbnjklbggcancdaehm
Popis Inimitable NewTab pages by TabIt
Velikost souboru 173 KB
Počet instalací 202
Aktuální Verze 15++
Poslední Aktualizace 2019-07-14
Datum Vydání 2019-07-14
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář TabIt
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://alexperience.me/projects/tabit/tabit-newtab/
Podporované Jazyky 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"
    }
}