New tabs to the front
Brings newly created tabs to the foreground.
What is New tabs to the front?
New tabs to the front is a Chrome extension developed by amahnk, and its main feature is "Brings newly created tabs to the foreground.".
Extension Screenshots
Download New tabs to the front Extension CRX File
Download New tabs to the front extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension forces new tabs to open in the foreground, rather than the background. Enjoy!
Extension Basic Information
Name | New tabs to the front |
ID | dildejdbnjjfnpflnoplbfgcjpdlkjjm |
Official URL | https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm |
Description | Brings newly created tabs to the foreground. |
File Size | 30.34 KB |
Installation Count | 754 |
Current Version | 0.0.2 |
Last Updated | 2018-06-11 |
Publish Date | 2018-06-11 |
Rating | 4.63/5 Total 8 Ratings |
Developer | amahnk |
Payment Type | free |
Supported Languages | 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" } |