Compare Chrome extensions: Entanglement Web App vs React Developer Tools

Stats Entanglement Web App Entanglement Web App React Developer Tools React Developer Tools
User count 1,000,000+ 4,000,000+
Average rating 4.42 3.98
Rating count 3,914 1,511
Last updated 2013-09-04 2024-04-18
Size 35.82K 2.52M
Version 3.4.9 5.1.0 (4/15/2024)
Short description
Create the longest path possible and challenge your friends in the game of Entanglement. Adds React debugging tools to the Chrome Developer Tools. Created from revision b566064da on 4/15/2024.
Full summary

Entanglement is a puzzle game made for you by Gopherwood Studios. Try to make the longest path possible. Rotate and place hexagonal tiles etched with paths to extend your path without running into a wall. This web game includes:

Solitaire - In this single-player mode, you try to beat your own record or compete against others on our daily, weekly, and all-time leaderboards.

Multiplayer - Play against up to 5 other people on the same computer in this hot-seat variation. This mode offers a chance to challenge your friends head-to-head: try to grab the longest paths without running into each other or the wall.

Additionally, once you have installed Entanglement, you can play without needing a connection to the Internet. Unplug and enjoy!


Love Entanglement and want more? Try the Expansion Sampler! Explore an engaging new game mode with a wild twist, two stylish maps, and a daily challenge to see who is the best at Entanglement!

Sakura Grove - A completely new game-play mode for Entanglement! You have a spacious garden surrounded by cherry trees, but you have a limited number of tiles to play. Acquire more tiles by directing your path through one of the cherry trees, which blooms every time you pass through it.

Hana Blossom - A new flower-shaped map for Entanglement with the original rules. The map is larger but the petals provide an interesting challenge; it’s easy to get into one, but make sure to plan your way out, or your game will end quickly! This is a wonderful challenge for advanced Entanglement players.

See more

React Developer Tools is a Chrome DevTools extension for the open-source React JavaScript library. It allows you to inspect the React component hierarchies in the Chrome Developer Tools.

You will get two new tabs in your Chrome DevTools: "⚛️ Components" and "⚛️ Profiler".

The Components tab shows you the root React components that were rendered on the page, as well as the subcomponents that they ended up rendering.

By selecting one of the components in the tree, you can inspect and edit its current props and state in the panel on the right. In the breadcrumbs you can inspect the selected component, the component that created it, the component that created that one, and so on.

If you inspect a React element on the page using the regular Elements tab, then switch over to the React tab, that element will be automatically selected in the React tree.

The Profiler tab allows you to record performance information.

This extension requires permissions to access the page's React tree, but it does not transmit any data remotely. It is fully open source, and you can find its source code at https://github.com/facebook/react/tree/master/packages/react-devtools-extensions.