Switcher
An extension to help you switch between different sets of bookmarks
Switcher란 무엇입니까?
Switcher은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to help you switch between different sets of bookmarks"입니다.
확장 프로그램 스크린샷
Switcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you frustrated with having to switch to another Google account to get the set of bookmarks you want after you get off work,and then you realize you have to log in back to check your Gmail emails? Switcher is here to save the day.Just stick to one Google account and create as many bookmark profiles as you like and switch between them in one click.Also you can bind a machine to a profile so every time you open up chrome you get the set of bookmarks you want. For example,I bind my Mac book to a profile I name "home" and my Windows laptop to a profile I name "work" and then I do not have to worry about them but still enjoy the same Gmail access and other Google synced services.
확장 프로그램 기본 정보
이름 | Switcher |
ID | nbphjilpiamjpekilnacngnmchekpkdj |
공식 URL | https://chromewebstore.google.com/detail/switcher/nbphjilpiamjpekilnacngnmchekpkdj |
설명 | An extension to help you switch between different sets of bookmarks |
파일 크기 | 599 KB |
설치 횟수 | 209 |
현재 버전 | 0.2 |
최근 업데이트 | 2015-04-05 |
출시 날짜 | 2015-04-04 |
평점 | 3.69/5 총 13 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Switcher", "short_name": "Switcher", "version": "0.2", "manifest_version": 2, "permissions": [ "bookmarks", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "utils.js", "events.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "An extension to help you switch between different sets of bookmarks" } |