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ファイルをダウンロード
Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |