Simple Tab Overview
Simple Tab Overview
什麼是Simple Tab Overview?
Simple Tab Overview是由https://johannes.software開發的Chrome擴展程式,該擴展的主要功能是“Simple Tab Overview”。
擴展截圖
下載Simple Tab Overview擴展crx文件
下載Simple Tab Overview擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get a quick overview of the tabs you have open. Sort tabs by a variety of factors, like when the tabs were last used. Additionally, you can also search for the tab you're looking for 擴展基本資訊
| 名稱 | |
| ID | dkbnfopcnnnmdkajinibhfpakcikahdm |
| 官方網址 | https://chromewebstore.google.com/detail/simple-tab-overview/dkbnfopcnnnmdkajinibhfpakcikahdm |
| 簡介 | Simple Tab Overview |
| 檔案大小 | 143 KB |
| 安裝次數 | 60 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2020-11-18 |
| 上架時間 | 2020-09-15 |
| 開發者 | https://johannes.software |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple Tab Overview",
"description": "Simple Tab Overview",
"short_name": "Tab Overview",
"version": "1.0.1",
"manifest_version": 2,
"permissions": [
"background",
"tabs"
],
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_title": "Tab overview",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"background.js"
]
}
} | |