TabIt - NewTab: Productivity in Access

Inimitable NewTab pages by TabIt

Τι είναι το TabIt - NewTab: Productivity in Access;

Το TabIt - NewTab: Productivity in Access είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TabIt, και η κύρια λειτουργία του είναι "Inimitable NewTab pages by TabIt".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TabIt - NewTab: Productivity in Access

Λήψη αρχείων επέκτασης TabIt - NewTab: Productivity in Access σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TabIt - NewTab: Productivity in Access TabIt - NewTab: Productivity in Access
ID nlpjfjjgmmpjbcjbnjklbggcancdaehm
Επίσημο URL https://chromewebstore.google.com/detail/tabit-newtab-productivity/nlpjfjjgmmpjbcjbnjklbggcancdaehm
Περιγραφή Inimitable NewTab pages by TabIt
Μέγεθος Αρχείου 173 KB
Αριθμός Εγκαταστάσεων 202
Τρέχουσα Έκδοση 15++
Τελευταία Ενημέρωση 2019-07-14
Ημερομηνία Δημοσίευσης 2019-07-14
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής TabIt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://alexperience.me/projects/tabit/tabit-newtab/
Υποστηριζόμενες Γλώσσες 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"
    }
}