Tab Blend
Merge all open tabs and speed up browser performance.
Tab Blend란 무엇입니까?
Tab Blend은(는) TabBlend에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merge all open tabs and speed up browser performance."입니다.
확장 프로그램 스크린샷
Tab Blend 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Most of the time you find yourself with too many tabs open and this can be very confusing and frustrating at the best of times. Don’t worry because once you have TabBlend installed on your Chrome browser all you have to do is to click on the TabBlend icon on the toolbar and all your tabs will be converted to a list on one manageable page. This will de-clutter your opened tabs into a list and will help to save memory and speed up your PC or laptop at the same time. By clicking "Add to chrome", I accept and agree to installing TabBlend Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. TabBlend search results are provided by Bing Contact Us: www.tab-blend.com/contact_us.html About Us: www.tab-blend.com/about_us.html Terms of Use: www.tab-blend.com/terms_conditions.html Privacy Policy: www.tab-blend.com/privacy_policy.html
확장 프로그램 기본 정보
이름 | |
ID | cnhhepkcmnoendhkmgcnildanepacedc |
공식 URL | https://chrome.google.com/webstore/detail/tab-blend/cnhhepkcmnoendhkmgcnildanepacedc |
설명 | Merge all open tabs and speed up browser performance. |
파일 크기 | 288 KB |
설치 횟수 | 102 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2020-11-03 |
출시 날짜 | 2020-04-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | TabBlend |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.tab-blend.com/privacy_policy.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Blend", "description": "Merge all open tabs and speed up browser performance.", "version": "1.0.5", "icons": { "48": "favIcon.png", "96": "favIcon.png" }, "permissions": [ "tabs", "processes" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "TabBlend", "default_icon": "favIcon.png" }, "manifest_version": 2 } |