Too Many Tabs
This extension will notify you when you have more then n tabs open
Too Many Tabs란 무엇입니까?
Too Many Tabs은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will notify you when you have more then n tabs open"입니다.
확장 프로그램 스크린샷
Too Many Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you tend to open tab after tab after tab end end up with hundreds of them? Not any more. This little nagging extension will remind you when you have more then your desired number (defaults to 9) of tabs open. Get some self control and reduce your CPU load.
확장 프로그램 기본 정보
이름 | |
ID | nlkndibnjffddomkegpgkeejdahifpop |
공식 URL | https://chromewebstore.google.com/detail/too-many-tabs/nlkndibnjffddomkegpgkeejdahifpop |
설명 | This extension will notify you when you have more then n tabs open |
파일 크기 | 42.02 KB |
설치 횟수 | 12 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-08-04 |
출시 날짜 | 2018-08-04 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/fabianmoronzirfas/too-many-tabs |
도움말 페이지 URL | https://github.com/fabianmoronzirfas/too-many-tabs/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Too Many Tabs", "short_name": "2ManyTabs", "description": "This extension will notify you when you have more then n tabs open", "version": "1.0.1", "author": "Fabian Mor\u00f3n Zirfas", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "activeTab", "tabs", "storage", "notifications" ] } |