Sort Tabs Example

Click the icon to sort all your tabs alphabetically by their title.

什么是Sort Tabs Example?

Sort Tabs Example是由Cory Forsyth开发的Chrome扩展程序,该扩展的主要功能是“Click the icon to sort all your tabs alphabetically by their title.”。

下载Sort Tabs Example扩展crx文件

下载Sort Tabs Example扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Click the icon to sort all your tabs alphabetically by their title.                    

扩展基本信息

名称 Sort Tabs Example Sort Tabs Example
ID pbdjobplklihafkpipaebjamkcdlbjhg
官方URL https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg
简介 Click the icon to sort all your tabs alphabetically by their title.
文件大小 7.76 KB
安装次数 16
当前版本 0.1
更新时间 2016-02-21
上架时间 2016-02-21
开发者 Cory Forsyth
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}