Tab manager
Easily arrange your Chrome tabs in layouts of tiled sub-windows.
Tab manager क्या है?
Tab manager https://tile-tabs.freefinancetools.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily arrange your Chrome tabs in layouts of tiled sub-windows."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Take tabs from parent windows and arrange them in layouts of tiled sub-windows. OVERVIEW Tile Chrome Tabs help you to easily arrange your google chrome tabs in layouts of tiled sub-windows grid view. The Layouts can be saved and easily reopened Distributed under the GNU General Public License version 2. See LICENCE.txt file and http://www.gnu.org/licenses/
एक्सटेंशन की मूल जानकारी
नाम | Tab manager |
ID | iofngkkljgebpllggmdpcldpifhdckkg |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-manager/iofngkkljgebpllggmdpcldpifhdckkg |
विवरण | Easily arrange your Chrome tabs in layouts of tiled sub-windows. |
फ़ाइल का आकार | 233 KB |
स्थापना संख्या | 2,381 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2022-04-18 |
प्रकाशन तिथि | 2020-07-13 |
रेटिंग | 3.40/5 कुल 5 रेटिंग्स |
डेवलपर | https://tile-tabs.freefinancetools.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tile-tabs.freefinancetools.net |
सहायता पृष्ठ URL | https://tile-tabs.freefinancetools.net/contact |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "commands": { "hideshowlayout": { "description": "Hide\/Show Layout", "suggested_key": { "default": "Alt+Shift+Down", "mac": "MacCtrl+Shift+Down" } }, "newcloselayout": { "description": "New\/Close Layout", "suggested_key": { "default": "Alt+Shift+Up", "mac": "MacCtrl+Shift+Up" } }, "refreshlayout": { "description": "Refresh Layout", "suggested_key": { "default": "Alt+Shift+Left", "mac": "MacCtrl+Shift+Left" } }, "toggletoolbars": { "description": "Toggle Toolbars", "suggested_key": { "default": "Alt+Shift+Right", "mac": "MacCtrl+Shift+Right" } } }, "container": "GOOGLE_DRIVE", "default_locale": "en", "description": "__MSG_application_description__", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_application_title__", "offline_enabled": true, "options_ui": { "open_in_tab": true, "page": "options.html" }, "permissions": [ "activeTab", "webNavigation", "contextMenus", "storage", "scripting" ], "version": "3.0.0", "action": { "default_icon": { "16": "icons\/16.png" }, "default_title": "Tile Chrome Tabs" }, "homepage_url": "https:\/\/tile-tabs.freefinancetools.net\/" } |