Switcher
An extension to help you switch between different sets of bookmarks
Switcher là gì?
Switcher là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "An extension to help you switch between different sets of bookmarks".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Switcher
Tải xuống các tệp mở rộng Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Switcher |
ID | nbphjilpiamjpekilnacngnmchekpkdj |
URL Chính Thức | https://chromewebstore.google.com/detail/switcher/nbphjilpiamjpekilnacngnmchekpkdj |
Mô tả | An extension to help you switch between different sets of bookmarks |
Kích Thước Tệp | 599 KB |
Số Lần Cài Đặt | 209 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-04-05 |
Ngày Phát Hành | 2015-04-04 |
Đánh Giá | 3.69/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |