Tab Position Customizer - Modified
A extension for position of tabs
What is Tab Position Customizer - Modified?
Tab Position Customizer - Modified is a Chrome extension developed by Kristoffer, and its main feature is "A extension for position of tabs".
Extension Screenshots
Download Tab Position Customizer - Modified Extension CRX File
Download Tab Position Customizer - Modified 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
Tab Position Customizer Modified. - Modify opening and closing behavior of tabs - Includes url matching for tab position - Based on : Tab-Position-Customizer 2 Source Code: https://github.com/Hywela/Tab-Postion-Cuztomizer-Modified
Extension Basic Information
Name | Tab Position Customizer - Modified |
ID | kkhcdbdhbmegbbhgmdhhpfmjhlhjlghp |
Official URL | https://chromewebstore.google.com/detail/tab-position-customizer-m/kkhcdbdhbmegbbhgmdhhpfmjhlhjlghp |
Description | A extension for position of tabs |
File Size | 666 KB |
Installation Count | 5,684 |
Current Version | 1.4.1 |
Last Updated | 2021-11-15 |
Publish Date | 2020-06-24 |
Rating | 4.18/5 Total 33 Ratings |
Developer | Kristoffer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Hywela/Tab-Postion-Cuztomizer-Modified/ |
Help Page URL | https://github.com/Hywela/Tab-Postion-Cuztomizer-Modified/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Position Customizer - Modified", "short_name": "Tab Position", "description": "A extension for position of tabs", "version": "1.4.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png", "256": "icons\/icon_256.png" }, "background": { "scripts": [ "background.js" ] }, "default_locale": "en", "options_page": "options\/options.html", "permissions": [ "tabs", "storage", "webNavigation", "contextMenus" ], "commands": { "new_tab": { "suggested_key": { "default": "Alt+Shift+I" }, "description": "Duplicate the current tab" }, "duplicate_tab": { "suggested_key": { "default": "Alt+Shift+O" }, "description": "Duplicate to a new window" }, "close_tab": { "suggested_key": { "default": "Alt+Shift+P" }, "description": "Pop highlighted tabs out to a new window" }, "random_tab": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "New tab to the right" } } } |