Open a new tab on the right
Add a button to open the new tab on the right side of the new UI interface in Chrome 69.
Open a new tab on the right란 무엇입니까?
Open a new tab on the right은(는) mifish에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a button to open the new tab on the right side of the new UI interface in Chrome 69."입니다.
확장 프로그램 스크린샷
Open a new tab on the right 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google has confirmed the material design as the default user interface for the official version of Chrome69, Chrome browser will usher in a new design of MD in September. It includes a new address bar, label shape and label color. The most unbearable one is that the button to open a new tab is adjusted from the right to the left. Users who have enabled the new UI in the beta have said that this is very inconsistent with their operating habits, or even an "anti-human" design - whenever you want to open a new tab, you should avoid the delay. Bookmark page. Similar to the Reopen Closed Tab, which recently closes the tab, opening a new tab on the right side adds a shortcut button to the extension bar on the right side of your browser, allowing you to open a new tab from the right.
확장 프로그램 기본 정보
이름 | Open a new tab on the right |
ID | dkbpkjhegfanacodkmfjeackckmehkfp |
공식 URL | https://chromewebstore.google.com/detail/open-a-new-tab-on-the-rig/dkbpkjhegfanacodkmfjeackckmehkfp |
설명 | Add a button to open the new tab on the right side of the new UI interface in Chrome 69. |
파일 크기 | 35.2 KB |
설치 횟수 | 270 |
현재 버전 | 18.8.24.1744 |
최근 업데이트 | 2018-08-24 |
출시 날짜 | 2018-08-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | mifish |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.yearnnewtab.com/public/privacy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extname__", "description": "__MSG_extdesc__", "icons": { "96": "icon\/96.png", "128": "icon\/128.png" }, "background": { "page": "background\/bg.html" }, "browser_action": { "default_icon": { "96": "icon\/128.png" }, "default_title": "__MSG_extname__" }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true, "version": "18.8.24.1744", "minimum_chrome_version": "30" } |