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
Eメール [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": []
    }
}