Switchmark

Switch between multiple bookmark bars easily! [WARNING] Update from Sep 2017: This extension is currently in beta - please back up…

Switchmarkคืออะไร?

Switchmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lx และคุณลักษณะหลักของมันคือ "Switch between multiple bookmark bars easily! [WARNING] Update from Sep 2017: This extension is currently in beta - please back up…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Switchmark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Switch between multiple bookmark bars easily!

[WARNING]
Update from Sep 2017: This extension is currently in beta - please back up your bookmarks before installation. I've received reports from users that they have lost bookmarks. Unfortunately, I don't have any way to recover them for you - you may try to locate them among your existing bookmarks if that happens. HOWEVER, I'm keen to fix this bug, and I need your help to provide me with the steps required to reproduce the issue. If anyone encounters this issue, I would really appreciate if you could provide me (via the SUPPORT section) with the following information:

1. Chrome version number
2. OS type and version number (e.g. Windows 10, Mac OS X 10.11)
3. Version number of this extension (if you're using the latest, it's 2.1 as of now)
4. Was it a fresh install?
5. What were you doing with the extension before you lost bookmarks?*
6. Any other relevant information that would help me with diagnosing the issue

*Emphasis on #5. If you could provide me step-by-step instructions on replicating the issue especially on a freshly installed Chrome, and I'm able to successfully replicate the issue from my end, I *will* be able to figure out the issue and fix the problem.

[HOW TO USE]
Click on the Switchmark icon to switch between bookmark bars. To create additional bookmark bars, right-click the icon and go to Options.

[CHANGELOG]
Version 2.1 (2014-12-09)
Bug fix for inability to identify the Bookmarks Bar folder.

Version 2.0 (2014-12-06)
Major improvements and bug fixes for bookmark folder management. Added an Options page to enable users to easily set the number of Bookmarks Bars to use.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Switchmark Switchmark
ID bnocffbiglfjjcgmifcampfmcbkfbhgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/switchmark/bnocffbiglfjjcgmifcampfmcbkfbhgc
คำอธิบาย Switch between multiple bookmark bars easily! [WARNING] Update from Sep 2017: This extension is currently in beta - please back up…
ขนาดไฟล์ 7.53 KB
จำนวนการติดตั้ง 3,953
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2017-09-28
วันที่เผยแพร่ 2017-09-28
คะแนน 3.69/5 รวมทั้งหมด 102 คะแนน
ผู้พัฒนา lx
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Switchmark",
    "version": "2.1",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "background": {
        "scripts": [
            "common.js",
            "switchmark.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    }
}