Super Focus Tabs
Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages.
什麼是Super Focus Tabs?
Super Focus Tabs是由nghiai3e開發的Chrome擴展程式,該擴展的主要功能是“Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages.”。
擴展截圖
下載Super Focus Tabs擴展crx文件
下載Super Focus Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
+ Quickly find out tabs.
+ Quickly closing current tab by pressing double esc
+ Quickly find the page in your bookmark/history.
+ Quickly save the page by using shortcut key.
+ Quickly go back to previous active tabs by shortcut key.
+ Quickly go to latest created tab.
+ Support auto close unused tabs.
+ Support real time update.
+ Support page screenshots.
+ Support list view, thumbnail view and tree view, preview.
+ Support tabs, bookmarks, history, saved pages.
+ Support sorting, filtering, grouping, etc.
+ Support many functions such as saving and closing all tabs, merging windows, closing the duplicated pages, etc.
+ Many options for you to customize.
Reduce much more time while working with chrome.
Let try and experience. 擴展基本資訊
| 名稱 | |
| ID | blecebkjfbkpannnmajllilknpccheak |
| 官方網址 | https://chromewebstore.google.com/detail/super-focus-tabs/blecebkjfbkpannnmajllilknpccheak |
| 簡介 | Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages. |
| 檔案大小 | 388 KB |
| 安裝次數 | 1,554 |
| 目前版本 | 2.0.1 |
| 更新時間 | 2023-06-09 |
| 上架時間 | 2016-12-17 |
| 評分 | 4.00/5 共 36 次評分 |
| 開發者 | nghiai3e |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Super Focus Tabs",
"version": "2.0.1",
"manifest_version": 3,
"description": "Quickly find out tab\/page. Reduce much more time while working with multiple tabs\/pages.",
"short_name": "SFocus",
"icons": {
"16": "sfocus16.png",
"24": "sfocus24.png",
"48": "sfocus48.png",
"128": "sfocus128.png"
},
"background": {
"service_worker": "scripts\/service_worker.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
},
"permissions": [
"tabs",
"storage",
"alarms",
"contextMenus",
"history",
"bookmarks",
"unlimitedStorage",
"favicon",
"system.display"
],
"host_permissions": [
" | |