Tab Slider
Keep your tabs ordered by their most recent usage.
Tab Slider क्या है?
Tab Slider https://nikita.tk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your tabs ordered by their most recent usage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Slider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension keeps browser's tabs sorted in most recently used order (MRU), from left to right, just like a list of apps is organized on desktop operation systems (while holding Alt+Tab). Tab Slider brings this behavior to Chrome browser for your convenience. Try it! How it works: + If you stay on tab more than 1 second (default), it will "slide" to the leftmost position; + In this way, most recently used tabs always stay left-to-right ordered; + Because of the order, naturally, when switching tabs with Ctrl+Tab, the browser will switch to the next most recently used tab; + Pinned tabs will slide to the opposite side, from left to right. This behavior is intended, enabling you to conveniently switch between most recently used pinned tabs and most recently used normal tabs with keyboard shortcuts (Ctrl+Shift+Tab switches to most recently used pinned tab, and Ctrl+Tab switches back to most recently used normal tab). + You can customize reordering delay or maximum number of tabs in the extension's settings; + New active tabs appear left immediately. Once you understand this concept, you will find such reordering of tabs absolutely natural and logical.
एक्सटेंशन की मूल जानकारी
नाम | Tab Slider |
ID | nobaaibkcalggmjnjhnlmmcldllpogjp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-slider/nobaaibkcalggmjnjhnlmmcldllpogjp |
विवरण | Keep your tabs ordered by their most recent usage. |
फ़ाइल का आकार | 16.19 KB |
स्थापना संख्या | 378 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2020-11-03 |
प्रकाशन तिथि | 2017-12-24 |
रेटिंग | 4.58/5 कुल 12 रेटिंग्स |
डेवलपर | https://nikita.tk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ZitRos/tab-slider |
सहायता पृष्ठ URL | https://github.com/ZitRos/tab-slider |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Slider", "short_name": "Tab Slider", "version": "1.9", "description": "Keep your tabs ordered by their most recent usage.", "author": "Nikita Savchenko", "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "96": "img\/logo-96.png", "128": "img\/logo-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs" ], "offline_enabled": true } |