CTabs
CTabs - the easiest way to keep your tabs organized.
CTabs란 무엇입니까?
CTabs은(는) СryptoСompany OU에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CTabs - the easiest way to keep your tabs organized."입니다.
확장 프로그램 스크린샷
CTabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CopyTabs extension allows you to declutter your browser, making your web surfing experience more comfortable. Convert your opened web browser tabs to a list, create as many lists as you want, keep your tabs in groups, edit and restore them back to separate tabs in just one click. You don't need to worry about your list of tabs accidentally disappearing if your browser crashes or if you restart your computer. Everything will be automatically saved and you can go back to it whenever you want. In addition, CopyTabs helps to reduce computer memory consumption by up to 95% and diminish CPU usage. You will see that your browser works faster. Take a few seconds—install CopyTabs for convenient web surfing! If you like CopyTabs extension, don’t forget to give it 5 stars. Your feedback and suggestions are welcome anytime at [email protected] Privacy Policy – https://ctabs.net/privacy Terms of Use – https://ctabs.net/terms
확장 프로그램 기본 정보
이름 | CTabs |
ID | ccljlmmlgpdlbpgafhnejagfjdlonnij |
공식 URL | https://chromewebstore.google.com/detail/ctabs/ccljlmmlgpdlbpgafhnejagfjdlonnij |
설명 | CTabs - the easiest way to keep your tabs organized. |
파일 크기 | 202 KB |
설치 횟수 | 107,820 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-08-20 |
출시 날짜 | 2021-03-19 |
평점 | 4.82/5 총 33 개의 평점 |
개발자 | СryptoСompany OU |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://cryptotabstart.com/en/privacy |
지원되는 언어 | id,ms,de,en,fr,vi,tr,es,it,ru,hi,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "version": "1.0.3", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "permissions": [ "storage", "tabs", "unlimitedStorage" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon_light-theme-32.png" }, "icons": { "16": "icon_light-theme-16.png", "32": "icon_light-theme-32.png", "128": "icon-128.png" }, "web_accessible_resources": [ "icon-128.png", "icon_light-theme-32.png", "icon_light-theme-16.png" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |