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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
+ 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.
확장 프로그램 기본 정보
이름 | Super Focus Tabs |
ID | blecebkjfbkpannnmajllilknpccheak |
공식 URL | 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": [ " |