New tabs to the front
Brings newly created tabs to the foreground.
什麼是New tabs to the front?
New tabs to the front是由amahnk開發的Chrome擴展程式,該擴展的主要功能是“Brings newly created tabs to the foreground.”。
擴展截圖
下載New tabs to the front擴展crx文件
下載New tabs to the front擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension forces new tabs to open in the foreground, rather than the background. Enjoy!
擴展基本資訊
名稱 | New tabs to the front |
ID | dildejdbnjjfnpflnoplbfgcjpdlkjjm |
官方網址 | https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm |
簡介 | Brings newly created tabs to the foreground. |
檔案大小 | 30.34 KB |
安裝次數 | 754 |
目前版本 | 0.0.2 |
更新時間 | 2018-06-11 |
上架時間 | 2018-06-11 |
評分 | 4.63/5 共 8 次評分 |
開發者 | amahnk |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Brings newly created tabs to the foreground.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "name": "New tabs to the front", "manifest_version": 2, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" } |