Tabs
Convenient ways to organize tabs in a Chrome window.
什么是Tabs?
Tabs是由John Crepezzi开发的Chrome扩展程序,该扩展的主要功能是“Convenient ways to organize tabs in a Chrome window.”。
下载Tabs扩展crx文件
下载Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an extension that allows convenient sorting of tabs, in the following ways: * Group by URL domain * Sort by title * Reverse order * Random order
扩展基本信息
名称 | |
ID | jmfpcnjkbnkbnnkbiheokfdblpdkhclp |
官方URL | https://chrome.google.com/webstore/detail/tabs/jmfpcnjkbnkbnnkbiheokfdblpdkhclp |
简介 | Convenient ways to organize tabs in a Chrome window. |
文件大小 | 10.54 KB |
安装次数 | 15 |
当前版本 | 0.0.3 |
更新时间 | 2014-05-28 |
上架时间 | 2014-05-28 |
评分 | 5.00/5 共1次评分 |
开发者 | John Crepezzi |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs", "version": "0.0.3", "default_locale": "en", "description": "Convenient ways to organize tabs in a Chrome window.", "author": "John Crepezzi", "permissions": [ "tabs" ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" } } |