Re-newtab
A redesigned, productive and pragmatic new tab alternative.
Qu'est-ce que Re-newtab ?
Re-newtab est une extension Chrome développée par https://guokai.dev, et sa fonction principale est "A redesigned, productive and pragmatic new tab alternative.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Re-newtab
Téléchargez les fichiers d'extension Re-newtab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | Re-newtab |
ID | ccfjmnfklnaofoggkolocloghafpoccc |
URL Officiel | https://chromewebstore.google.com/detail/re-newtab/ccfjmnfklnaofoggkolocloghafpoccc |
Description | A redesigned, productive and pragmatic new tab alternative. |
Taille du Fichier | 1.41 MB |
Nombre d'Installations | 3,293 |
Version Actuelle | 8.0.0 |
Dernière Mise à Jour | 2023-03-11 |
Date de Publication | 2020-02-02 |
Évaluation | 4.80/5 Total 97 Évaluations |
Développeur | https://guokai.dev |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://guokai.dev/privacy |
Langues Prises en Charge | 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": [] } } |