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.”。
擴展截圖
下載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) |
ID | ecaodfpnmpbbemaiobldmpcjekekloge |
官方網址 | 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" ] } |