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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Switcher
ID nbphjilpiamjpekilnacngnmchekpkdj
官方網址 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"
}