No Tab Left Behind
This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.
No Tab Left Behind란 무엇입니까?
No Tab Left Behind은(는) Liat Berdugo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind."입니다.
확장 프로그램 스크린샷
No Tab Left Behind 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Squander your desire to multitask with this Chrome extension that only lets you open one tab at a time. Try to open another, and it will close it. Focus all of your attention on each and every tab you open. Leave no tab behind. And yes, this is an intentional reference to the No Child Left Behind Act that President Bush enacted in 2001. More at http://digikits.ch/ Thanks to Jacob Singh for his programming help.
확장 프로그램 기본 정보
이름 | No Tab Left Behind |
ID | koabllhfdhmbdgbpbihjlaklejpmdplf |
공식 URL | https://chromewebstore.google.com/detail/no-tab-left-behind/koabllhfdhmbdgbpbihjlaklejpmdplf |
설명 | This browser extension only lets you browse the internet, one tab at a time. No tab is left behind. |
파일 크기 | 93.74 KB |
설치 횟수 | 13 |
현재 버전 | 1.0 |
최근 업데이트 | 2012-11-19 |
출시 날짜 | 2012-11-19 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Liat Berdugo |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://digikits.ch/writing-digital-art/no-tab-left-behind/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Tab Left Behind", "description": "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "manifest_version": 2, "homepage_url": "http:\/\/digikits.ch\/writing-digital-art\/no-tab-left-behind\/" } |