Show Me Tabs (light)

This extension simple shows a Tabs.

什么是Show Me Tabs (light)?

Show Me Tabs (light)是由sp0xff开发的Chrome扩展程序,该扩展的主要功能是“This extension simple shows a Tabs.”。

扩展截图

screenshot

下载Show Me Tabs (light)扩展crx文件

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

扩展使用说明

                        If you open a lot of windows and tabs, this extension will help you navigate and find the necessary tab.
Today the functionality is minimal. It simply shows the icons of all open tabs grouped by windows.
There are plans to add a drag and drop, search and much more.                    

扩展基本信息

名称 Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
官方URL https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
简介 This extension simple shows a Tabs.
文件大小 39.99 KB
安装次数 18
当前版本 1.0.1
更新时间 2017-01-26
上架时间 2017-01-26
评分 4.56/5 共9次评分
开发者 sp0xff
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "short_name": "Show Me Tabs",
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html",
        "default_title": "Show Me Tabs"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ]
}