Sort Tabs Example
Click the icon to sort all your tabs alphabetically by their title.
What is Sort Tabs Example?
Sort Tabs Example is a Chrome extension developed by Cory Forsyth, and its main feature is "Click the icon to sort all your tabs alphabetically by their title.".
Download Sort Tabs Example Extension CRX File
Download Sort Tabs Example 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
Click the icon to sort all your tabs alphabetically by their title.
Extension Basic Information
Name | |
ID | pbdjobplklihafkpipaebjamkcdlbjhg |
Official URL | https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg |
Description | Click the icon to sort all your tabs alphabetically by their title. |
File Size | 7.76 KB |
Installation Count | 16 |
Current Version | 0.1 |
Last Updated | 2016-02-21 |
Publish Date | 2016-02-21 |
Developer | Cory Forsyth |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sort Tabs Example", "manifest_version": 2, "short_name": "Sort Tabs", "version": "0.1", "browser_action": { "default_icon": "sort-128.png", "default_title": "Sort Tabs Example" }, "icons": { "128": "sort-128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] } } |