Switcher

An extension to help you switch between different sets of bookmarks

Switcherคืออะไร?

Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "An extension to help you switch between different sets of bookmarks"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Switcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}