Switcher
An extension to help you switch between different sets of bookmarks
O que é Switcher?
Switcher é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "An extension to help you switch between different sets of bookmarks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Switcher
Baixe arquivos de extensão Switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Switcher |
ID | nbphjilpiamjpekilnacngnmchekpkdj |
URL Oficial | https://chromewebstore.google.com/detail/switcher/nbphjilpiamjpekilnacngnmchekpkdj |
Descrição | An extension to help you switch between different sets of bookmarks |
Tamanho do Arquivo | 599 KB |
Contagem de Instalações | 209 |
Versão Atual | 0.2 |
Última Atualização | 2015-04-05 |
Data de Publicação | 2015-04-04 |
Classificação | 3.69/5 Total de 13 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |