Simple Tab Overview
Simple Tab Overview
What is Simple Tab Overview?
Simple Tab Overview is a Chrome extension developed by https://johannes.software, and its main feature is "Simple Tab Overview".
Extension Screenshots
Download Simple Tab Overview Extension CRX File
Download Simple Tab Overview 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
Get a quick overview of the tabs you have open. Sort tabs by a variety of factors, like when the tabs were last used. Additionally, you can also search for the tab you're looking for
Extension Basic Information
Name | Simple Tab Overview |
ID | dkbnfopcnnnmdkajinibhfpakcikahdm |
Official URL | https://chromewebstore.google.com/detail/simple-tab-overview/dkbnfopcnnnmdkajinibhfpakcikahdm |
Description | Simple Tab Overview |
File Size | 143 KB |
Installation Count | 60 |
Current Version | 1.0.1 |
Last Updated | 2020-11-18 |
Publish Date | 2020-09-15 |
Developer | https://johannes.software |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Tab Overview", "description": "Simple Tab Overview", "short_name": "Tab Overview", "version": "1.0.1", "manifest_version": 2, "permissions": [ "background", "tabs" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Tab overview", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] } } |