Organize
Organize, filter your tabs alphabetically
什么是Organize?
Organize是由notiles开发的Chrome扩展程序,该扩展的主要功能是“Organize, filter your tabs alphabetically”。
扩展截图
下载Organize扩展crx文件
下载Organize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When too many tabs are opened, Organize filter them alphabetically, just click on the icon and let Organize do the job. 扩展基本信息
| 名称 | |
| ID | nacmmbnakleidaengpfminmpceajhfld |
| 官方URL | https://chromewebstore.google.com/detail/organize/nacmmbnakleidaengpfminmpceajhfld |
| 简介 | Organize, filter your tabs alphabetically |
| 文件大小 | 126 KB |
| 安装次数 | 22 |
| 当前版本 | 1 |
| 更新时间 | 2015-05-27 |
| 上架时间 | 2015-05-27 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | notiles |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Organize",
"version": "1",
"manifest_version": 2,
"description": "Organize, filter your tabs alphabetically",
"icons": {
"128": "icon_128.png",
"256": "icon_256.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icone.png"
}
} | |