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.”。
擴展截圖
下載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 |
ID | ccfjmnfklnaofoggkolocloghafpoccc |
官方網址 | 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": [] } } |