TopBookmarkToolbar

A convenient bookmarks toolbar on the top of web pages.

TopBookmarkToolbarคืออะไร?

TopBookmarkToolbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tzengshinfu และคุณลักษณะหลักของมันคือ "A convenient bookmarks toolbar on the top of web pages."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A convenient bookmarks toolbar on the top of web pages.

v1.1.0 Release Notes:
[1]Add collapse menu function. -> when root bookmarks overflowed toolbar
[2]Add pause showing toolbar in 10sec function. -> on right click menu

v1.1.2 Bug fixes:
[1]Fix menu without scrollbar. -> when bookmarks go out of window viewable area                    

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

ชื่อ TopBookmarkToolbar TopBookmarkToolbar
ID obbhcemdieglpilieepgcbhpocmbkphm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/topbookmarktoolbar/obbhcemdieglpilieepgcbhpocmbkphm
คำอธิบาย A convenient bookmarks toolbar on the top of web pages.
ขนาดไฟล์ 10.89 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2017-04-05
วันที่เผยแพร่ 2017-04-05
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา tzengshinfu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.2",
    "default_locale": "en",
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "folder.png",
        "url.png",
        "collapse.png",
        "pause.png"
    ]
}

ส่วนขยายที่เกี่ยวข้อง