TabIt - NewTab: Productivity in Access

Inimitable NewTab pages by TabIt

什麼是TabIt - NewTab: Productivity in Access?

TabIt - NewTab: Productivity in Access是由TabIt開發的Chrome擴展程式,該擴展的主要功能是“Inimitable NewTab pages by TabIt”。

擴展截圖

screenshot
screenshot

下載TabIt - NewTab: Productivity in Access擴展crx文件

下載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
官方網址 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"
    }
}