Benzo Bookmarks

You can change the separator to create a bookmark folder icon. Help:http://kaimono.benzo.jp/app/chrome_ext_bbm.html

Benzo Bookmarksคืออะไร?

Benzo Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kaimono.benzo.jp และคุณลักษณะหลักของมันคือ "You can change the separator to create a bookmark folder icon. Help:http://kaimono.benzo.jp/app/chrome_ext_bbm.html"

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

screenshot
screenshot
screenshot

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

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

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

                        You can use as bookmark sidebar.
※you can put it right or left side of your chrome window.
Easy to use by changing folder icons and adding separator lines.


***BENZO BOOKMARK FUNCTION***

Display right or left side of chrome window.
Change folder icons.
Add separator lines to organize.
Customize opening;open in the active tab, or a new tab (specify opening place).
Open by tree style.
Set auto-close function.

Please let me know if you find some strange English!!

***UPDATE HISTORY***
0.4.0 :  fixed some bug (2013/10/04)
0.3.9 :  fixed some bug (2013/10/02)
0.3.8 :  fixed some bug (2013/09/27)
0.3.7 :  fixed some bug (2013/07/24)
0.3.6 :  fixed new specifications of chrome (2013/07/05)
0.3.4 :  Add movement settings of opening side bar button, and fixed some bug (2012/7/14).
0.3.0 :  Added browse history button. Weight saving.(2012/7/05)
0.3.0 : changed of opening basic action. Add side-bar type button to display benzo bookmark at the time of maximization (2012/7/04)
0.2.83 : fixed "disable opening to open in the active tab"(2012/1/20)
0.2.81 : add a button of adding favorites, and some bug fixed(2012/1/20)
0.2.73 : fixed"about creating folders" and others(2012/1/19)
0.2.7 : changed icons and some bug fixed(2012/1/17)
0.2.1 : changed the display from pop-up to window                    

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

ชื่อ Benzo Bookmarks Benzo Bookmarks
ID pnchdkpeolmmjdpoabdkjdajjlklndjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/benzo-bookmarks/pnchdkpeolmmjdpoabdkjdajjlklndjf
คำอธิบาย You can change the separator to create a bookmark folder icon. Help:http://kaimono.benzo.jp/app/chrome_ext_bbm.html
ขนาดไฟล์ 336 KB
จำนวนการติดตั้ง 4,116
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2013-10-04
วันที่เผยแพร่ 2013-10-04
คะแนน 3.39/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา https://kaimono.benzo.jp
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://kaimono.benzo.jp/app/chrome_ext_bbm.html
URL หน้าช่วยเหลือ http://kaimono.benzo.jp/app/chrome_ext_bbm.html
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "manifest_version": 2,
    "version": "0.4.0",
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "16": "icon\/main_icon_16.png",
        "19": "icon\/main_icon_19.png",
        "48": "icon\/main_icon_48.png",
        "128": "icon\/main_icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon\/main_icon_19.png",
        "default_title": "__MSG_application_title__"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-1.6.4.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html"
}