Box for tabs
This extension saves tabs for someday you need them.
Box for tabs란 무엇입니까?
Box for tabs은(는) https://lrednight.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension saves tabs for someday you need them."입니다.
확장 프로그램 스크린샷
Box for tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file. Key features: - Bookmark manager - Material design
확장 프로그램 기본 정보
이름 | Box for tabs |
ID | llinjdlelnciefmjflikdndckffeohho |
공식 URL | https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho |
설명 | This extension saves tabs for someday you need them. |
파일 크기 | 2.15 MB |
설치 횟수 | 19 |
현재 버전 | 0.9.2 |
최근 업데이트 | 2015-04-23 |
출시 날짜 | 2015-04-23 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | https://lrednight.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Box for tabs", "description": "This extension saves tabs for someday you need them.", "version": "0.9.2", "browser_action": { "default_popup": "popup.build.html" }, "permissions": [ "tabs", "contextMenus", "unlimitedStorage" ], "icons": { "16": "imgs\/logo.38.png", "19": "imgs\/logo.38.png", "38": "imgs\/logo.38.png", "128": "imgs\/logo.128.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "index.build.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |