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文件
下載Open a new tab on the right擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |