Closed tabs
Restore closed tabs.
Closed tabs란 무엇입니까?
Closed tabs은(는) sergio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Restore closed tabs."입니다.
확장 프로그램 스크린샷
Closed tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is designed to quickly recover closed tabs.
확장 프로그램 기본 정보
이름 | Closed tabs |
ID | eonffnnfmbfnmjpaiigdclmfelolemah |
공식 URL | https://chromewebstore.google.com/detail/closed-tabs/eonffnnfmbfnmjpaiigdclmfelolemah |
설명 | Restore closed tabs. |
파일 크기 | 46.9 KB |
설치 횟수 | 40,014 |
현재 버전 | 1.4 |
최근 업데이트 | 2014-01-19 |
출시 날짜 | 2014-01-19 |
평점 | 4.05/5 총 303 개의 평점 |
개발자 | sergio |
결제 유형 | free |
지원되는 언어 | de,en,fr,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon_empty.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "version": "1.4" } |