Compare Chrome extensions: DocSight vs App Instance Tags

Stats DocSight DocSight App Instance Tags App Instance Tags
User count 85 58
Average rating 5.00 4.67
Rating count 1 6
Last updated 2013-04-25 2015-07-25
Size 949.25K 878.59K
Version 1.0.8 1.3
Short description
Visualize visits to various documentation resources. Tag all instances of web apps you're developing so you never end up messing with the wrong one.
Full summary

Chrome extension for visualizing past visits to developer resources such as blog posts or Stack Overflow questions.

This enables two things:

  1. A quick way to browse your history for recovering important development resources.
  2. An episodic timeline for reviewing your coding activities. It is amazing what we can remember by viewing a history of developer activities.

Extension's source code available here: https://github.com/chrisparnin/docsight

  • 1.0.7 Bug fix: Duplicate entries initial load.
  • 1.0.6 New icon.
  • 1.0.5 Now with custom inclusion and exclusion of sites.
  • 1.0.4 Now with 63 apis/languages!
  • New supports changing order of sites
  • Allows custom exclusion of sites.
  • Fix font issues for windows.

Are you a web developer? Familiar with working on a large number of projects simultaneously? Surely, you are using versioning to make your life easy in terms of collaboration and deployment, but what about viewing different instances of the same app in your browser… have you ever changed something in the production instead in your local app instance? Ever messed up badly?

This convenient extension enables you to register an unlimited number of web applications you’re developing and define different instances with URLs for each one. You can register three different types of web app instances:

  • Local - most developers use something like "localhost/path-to-app" or define their own paths and create virtual hosts, e.g. “the-app.development.com"
  • Staging - although most web app development processes support deploying directly to a production server, a lot of them define a staging server that is used for testing and showcasing development changes
  • Production - this is the live application

Once you registered your apps you will see a recognizable letter icon in the URL bar matching the instance type of the page you are currently browsing (L icon for local, S for staging and P for production). You will be able to click on it to see details about the specific app.

You are developing on different machines? No problem, your data is synced between browsers when you sign to Chrome with your Google account!

What about permissions?

  1. Tabs
See more