Switcher

An extension to help you switch between different sets of bookmarks

Switcher क्या है?

Switcher Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to help you switch between different sets of bookmarks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}