BMTab
Put the tab to bookmark for future access and to release the resources
BMTab란 무엇입니까?
BMTab은(는) zncoder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Put the tab to bookmark for future access and to release the resources"입니다.
확장 프로그램 스크린샷
BMTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sometimes you may want to close a tab either because you have too many tabs or you'd like to revisit the page in the near future, you can click the icon to put the site to a special bmtab bookmark folder. You can access these tabs from the Bmtab page by right clicking the icon and selecting the "Show Bmtabs page". This add-on was inspired by OneTab. But OneTab may lose the saved tabs occasionally for unknown reason. This add-on saves the tabs in the "bmtab-bn4yaq" bookmark folder for simple and reliable storage.
확장 프로그램 기본 정보
이름 | |
ID | djpdjipenanplkappkhojednmhkihfjo |
공식 URL | https://chrome.google.com/webstore/detail/bmtab/djpdjipenanplkappkhojednmhkihfjo |
설명 | Put the tab to bookmark for future access and to release the resources |
파일 크기 | 22.39 KB |
설치 횟수 | 56 |
현재 버전 | 1.8.2 |
최근 업데이트 | 2019-12-17 |
출시 날짜 | 2019-12-17 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | zncoder |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zncoder/bmtab |
도움말 페이지 URL | https://github.com/zncoder/bmtab |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BMTab", "version": "1.8.2", "manifest_version": 2, "description": "Put the tab to bookmark for future access and to release the resources", "icons": { "48": "icons\/48.png" }, "permissions": [ "tabs", "bookmarks", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_icon": "icons\/32.png", "default_title": "Click to put this tab to bookmark" } } |