Undo|Duplicate Tab
Undo a closed Tab(s) or create a duplicate of your current Tab
Undo|Duplicate Tab란 무엇입니까?
Undo|Duplicate Tab은(는) Benni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Undo a closed Tab(s) or create a duplicate of your current Tab"입니다.
확장 프로그램 스크린샷
Undo|Duplicate Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Undo a closed Tab(s) or create a duplicate of your current Tab with "Undo|Duplicate Tab" addon. Some features: 1. Allows you to restore a closed tab(s). 2. You can easily make a duplicate of the current tab. 3. Toolbar popup UI has two easily accessible buttons (undo & duplicate). Note: in order to report bugs, please fill the bug report form in the addon's homepage (http://mybrowseraddon.com/undo-duplicate-tab.html).
확장 프로그램 기본 정보
이름 | Undo|Duplicate Tab |
ID | gkcdjihoaknkfnbhhgocndcecomfgcec |
공식 URL | https://chromewebstore.google.com/detail/undoduplicate-tab/gkcdjihoaknkfnbhhgocndcecomfgcec |
설명 | Undo a closed Tab(s) or create a duplicate of your current Tab |
파일 크기 | 37.39 KB |
설치 횟수 | 431 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2017-01-11 |
출시 날짜 | 2017-01-11 |
평점 | 3.20/5 총 5 개의 평점 |
개발자 | Benni |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mybrowseraddon.com/undo-duplicate-tab.html |
도움말 페이지 URL | http://mybrowseraddon.com/undo-duplicate-tab.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "manifest_version": 2, "short_name": "irutabs", "name": "Undo|Duplicate Tab", "permissions": [ "sessions", "storage" ], "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/undo-duplicate-tab.html", "description": "Undo a closed Tab(s) or create a duplicate of your current Tab", "browser_action": { "default_icon": "data\/icon16.png", "default_title": "Undo|Duplicate Tab", "default_popup": "data\/popup\/popup.html" }, "icons": { "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png", "64": "data\/icon64.png", "128": "data\/icon128.png" } } |