DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
View Events Video Library
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Mobile Database Essentials: Assess data needs, storage requirements, and more when leveraging databases for cloud and edge applications.

Full-Stack Observability Essentials: Explore the fundamentals of system-wide observability and key components of the OpenTelemetry standard.

Monitoring and Observability for LLMs: Datadog and Google Cloud discuss how to achieve optimal AI model performance.

Automated Testing: The latest on architecture, TDD, and the benefits of AI and low-code tools.

Related

  • Measuring Page Speed With Lighthouse
  • Automate Sign-In To Any Website Using Selenium Web-Driver
  • Understanding Google Analytics 4, Server-Side Tracking, and GDPR Compliance
  • Integrating Google Cloud Platform Services With Kubernetes

Trending

  • Streamlined Infrastructure Deployment: Harnessing the Power of Terraform and Feature Toggles
  • Distributed Tracing Best Practices
  • [DZone Research] Join Us for Our 5th Annual Kubernetes Survey!
  • Resistance to Agile Transformations

Enable (vertical) side tabs in Google Chrome [Windows, Mac]

Axel Rauschmayer user avatar by
Axel Rauschmayer
·
Mar. 18, 11 · News
Like (2)
Save
Tweet
Share
13.76K Views

Join the DZone community and get the full member experience.

Join For Free
Tabs for web pages in browsers are usually arranged horizontally, on top of the browser window. This arrangement has two disadvantages: First, with many tabs, it becomes impossible to read their titles. Second, horizontal tabs take up valuable vertical space on widescreen displays. The obvious solution is to arrange them vertically. Firefox has several ways to do this. It is one of three features I still miss from Chrome. But there now is a way to turn on a beta version of this feature in Chrome. This post explains how.

Horizontal tabs: Vertical space is wasted, tab titles become hard to read.
Vertical tabs: Better use of horizontal space on widescreen displays, titles readable even with many tabs. You can tell that its a beta feature, because everything still looks a bit ugly.
First step:
  • Windows: Type “about:flags” into the address bar. Enable “Side Tabs”. Restart Chrome [details].
  • Mac
    • Open Chrome from Terminal like this:

      /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -enable-vertical-tabs

      If you want to make this more permanent: Rename the binary mentioned above (e.g. to “Google Chrome Binary”) and put a shell script that invokes it in its place [details]:
      #!/bin/bash
      exec "${0%/*}/Google Chrome Binary" -enable-vertical-tabs "$@"Second step: Toggle vertical bars via the context menu that opens on a tab.
      Second step: Toggle vertical bars via the context menu that opens on a tab.


Google Chrome Google (verb)

Published at DZone with permission of Axel Rauschmayer, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Measuring Page Speed With Lighthouse
  • Automate Sign-In To Any Website Using Selenium Web-Driver
  • Understanding Google Analytics 4, Server-Side Tracking, and GDPR Compliance
  • Integrating Google Cloud Platform Services With Kubernetes

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: