Activate New Tab
Activate new tab and move it to beside of opener tab.
What is Activate New Tab?
Activate New Tab is a Chrome extension developed by 痛ったい, and its main feature is "Activate new tab and move it to beside of opener tab.".
Extension Screenshots
Download Activate New Tab Extension CRX File
Download Activate New Tab 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
Activate new tab opened from link (context menu 'Open link in new tab' or click middle mouse button on link) and move to right beside of opener tab. Simple and lightweight extension. No permissions required.
Extension Basic Information
Name | Activate New Tab |
ID | nnacidecdiejnlgehdpbmgffdbfcnpie |
Official URL | https://chromewebstore.google.com/detail/activate-new-tab/nnacidecdiejnlgehdpbmgffdbfcnpie |
Description | Activate new tab and move it to beside of opener tab. |
File Size | 8.6 KB |
Installation Count | 861 |
Current Version | 0.6 |
Last Updated | 2021-08-15 |
Publish Date | 2020-04-14 |
Rating | 4.25/5 Total 4 Ratings |
Developer | 痛ったい |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.6", "default_locale": "en", "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } } |