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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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": [] } } |