Re-newtab

A redesigned, productive and pragmatic new tab alternative.

什么是Re-newtab?

Re-newtab是由https://guokai.dev开发的Chrome扩展程序,该扩展的主要功能是“A redesigned, productive and pragmatic new tab alternative.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Re-newtab扩展crx文件

下载Re-newtab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Overview: This extension provides 19 desktop widgets, plus bookmarks manager, history manager, extensions manager, downloaded files manager and quick search function in your new tab page (so chrome will show you these permissions when you install it).

The core idea of this extension is to help user quickly find web pages that you want to open. The home panel shows links, information and functions by different widgets. Of course, you can customize these widgets. Sometimes if you just want to see a wallpaper on new tab,  there is a wallpaper mode that hide all elements on the page and only show the wallpaper and a toggle button.

Version 8.0.0 (March 2023) Updates:
• Remove weather widget.
• Remove Chrome Apps related functions.
• Upgrade to Chrome Manifest V3.

0. Quick Search
You can use keyboard shortcuts to search for bookmarks, history, opened tabs and downloaded files, similar to Alfred.

1. Home Panel
Home panel contains many versatile widgets(cards), like clock, calendar, recently closed tabs. You can add/remove widgets, drag and drop widget to a new position, change widget's title and color. 

Main widgets:
• Most Visited: show default newtab most visited pages.
• Bookmarks Bar: show Bookmarks.
• Todo List: a simple but powerful todo(task) list.
• Opened Tabs: a simple tabs manager, which shows all current opened tabs. You can jump to or close a tab by click, and more functions in context menu.
• Recently Closed: recently closed tabs.
• Analog clock and digital clock: highly customizable clocks.
• Calendar: A month view calendar.
• Calculator: A super calculator powered by math.js.
• Google Drive widget: quick access recent, starred, shared drive files or search files.
• Google Calendar widget: list your Google Calendar events.
• Translate: a Google Translate widget.
• Notepad: a simple notepad.
• Search Engine: search via your browser's default search provider.
• YouTube Subscriptions: list video updates for all your subscriptions.
• Google Sites: top google services.
• Office: ms office web apps.
• Chrome Misc: chrome internal pages.

2. Bookmarks Manager
Bookmarks are an important concept, because they are your own collections and what you need. This extension provides a more productive bookmarks manager.

Similar to Mac Finder in columns view, you can manage and navigate bookmarks by mouse or keyboard shortcuts, for example:
• Navigate all bookmarks using mouse or arrow keys.
• Open a bookmark by double click or enter key.
• Open all bookmarks in a folder by context menu.
• Drag and Drop a bookmark to a new location.
• Create, edit or delete bookmark or folder by context menu.
• Select multi bookmarks to move, delete or open.
• Copy/cut/paste bookmarks(except folders) by shortcuts.
• Sort bookmarks by name
• Support many keyboard shortcuts.

3. History Manager
Search or clear browsing history by date range.

4. Downloads Manager
Show your downloaded files. You can open downloaded files or open their folders, and clear download history.

5. Devices
Show synced open tabs on other devices.

6. Extensions Manager
Manage all extensions and apps. You can enable/disable/remove the extensions and open their options.

7. Settings
• User login, logout.
• Theme settings: Pure colors or Wallpapers or Custom photo.

Issue feedback or feature request: https://goo.gl/forms/YOOG4TTkaY2lIbBv2
Contact author: [email protected]                    

扩展基本信息

名称 Re-newtab Re-newtab
ID ccfjmnfklnaofoggkolocloghafpoccc
官方URL https://chromewebstore.google.com/detail/re-newtab/ccfjmnfklnaofoggkolocloghafpoccc
简介 A redesigned, productive and pragmatic new tab alternative.
文件大小 1.41 MB
安装次数 3,293
当前版本 8.0.0
更新时间 2023-03-11
上架时间 2020-02-02
评分 4.80/5 共97次评分
开发者 https://guokai.dev
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://guokai.dev/privacy
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Re-newtab",
    "short_name": "Re-newtab",
    "version": "8.0.0",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "minimum_chrome_version": "104",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "topSites",
        "management",
        "sessions",
        "history",
        "downloads",
        "downloads.open",
        "tabs",
        "bookmarks",
        "favicon",
        "storage",
        "unlimitedStorage",
        "search",
        "identity"
    ],
    "optional_host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxmVc5wyurCJdEnxjxhscXEjNDAFC36ot20D1D9i9Pl9lB7CFPZFqc2tPqNHZjwwQl3v6fiSQkigLYTkP22VuEPE72VcWUgYjGeLA\/JRD0\/Z5dEcouAZ1NjKjJT82+ixV\/x4GxvzvMYRL2nzfk4pnpvIOxSByZyvPV0Ego1a7OlraUs0pplfbmujbkkfLR7y0VWts6Wsl1fCn\/Lj47N+UF84oBKNtXUUN9DXe7tJFG9mIaHMCSPVdg4oDWYROMnYoaxBZh6HmxotLZWrf7PQr19X9UEVTD51BrdcZxsNBVcZYDP1m3ebKZ+3o0WoQ\/FSZOrHTEGoZogYKxU8nSouyPwIDAQAB",
    "oauth2": {
        "client_id": "223092597977-r28vad2q7hnch5jsqji9n1ac2gga7rah.apps.googleusercontent.com",
        "scopes": []
    }
}