Sinax TabList
This extension gives a minimalistic, full featured tab list
What is Sinax TabList?
Sinax TabList is a Chrome extension developed by Unknown, and its main feature is "This extension gives a minimalistic, full featured tab list".
Extension Screenshots
Download Sinax TabList Extension CRX File
Download Sinax TabList extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sinax TabList is a minimalistic tab list extensions for Chrome. If you always have lots of tabs open and have trouble finding that specific tab, Sinax TabList is just for you!
Extension Basic Information
Name | Sinax TabList |
ID | gbpeoofdpjjdhifjekjabdembnohdljg |
Official URL | https://chromewebstore.google.com/detail/sinax-tablist/gbpeoofdpjjdhifjekjabdembnohdljg |
Description | This extension gives a minimalistic, full featured tab list |
File Size | 4.94 KB |
Installation Count | 416 |
Current Version | 1.2 |
Last Updated | 2015-02-19 |
Publish Date | 2015-02-18 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sinax TabList", "description": "This extension gives a minimalistic, full featured tab list", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Sinax TabList" }, "permissions": [ "tabs" ] } |