Sort Tabs by URL
Sort tabs by URL.
What is Sort Tabs by URL?
Sort Tabs by URL is a Chrome extension developed by deenheart, and its main feature is "Sort tabs by URL.".
Extension Screenshots
Download Sort Tabs by URL Extension CRX File
Download Sort Tabs by URL 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
Sort tabs by URL.
Extension Basic Information
Name | |
ID | ahpnnhpfemfgifkjpfoalamhdchhppkm |
Official URL | https://chrome.google.com/webstore/detail/sort-tabs-by-url/ahpnnhpfemfgifkjpfoalamhdchhppkm |
Description | Sort tabs by URL. |
File Size | 19.44 KB |
Installation Count | 410 |
Current Version | 0.1.0 |
Last Updated | 2017-11-21 |
Publish Date | 2017-11-05 |
Rating | 3.83/5 Total 6 Ratings |
Developer | deenheart |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.0", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/twitter.com\/vmi_en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Sort tabs by URL" }, "permissions": [ "tabs" ] } |